#6CA0FC

Color #6CA0FC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6CA0FC

Tints of Cornflower Blue #6CA0FC

Color information

#6CA0FC (or 0x6CA0FC) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A0 and FC. RGB value is (108,160,252). Sum of RGB (Red+Green+Blue) = 108+160+252=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CA0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA0FC is #935F03. Grayscale: #9A9A9A. Windows color (decimal): -9658116 or 16556140. OLE color: 16556140.

HSL color Cylindrical-coordinate representation of color #6CA0FC: hue angle of 218.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CA0FC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB108160252-
CMYK0.570.3700.01
HSL218.33º96%70.59%-
HSV(B)218.33º57.14%98.82%-
XYZ36.3335.3697.01-
YUV154.94182.7794.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 20.77%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=20.77%
G=30.77%
B=48.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1081602520.570.3700.01218.339670.59
Hex6CA0FC392501da6047
Octal154240374714501332140107
Binary11011001010000011111100111001100101011101101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA0FC; }

 p { color: rgb(108,160,252); }

 H1.HeaderClassName
 {
   color: #6CA0FC;
 }
 .AnyTagClassName
 {
   color: #6CA0FC;
 }
</style>
background-color css

<style>
 a { background-color: #6CA0FC; }

 a { background-color: rgb(108,160,252); }

 div.DivClassName
 {
   background-color: #6CA0FC;
 }
 .BgClassName
 {
   background-color: #6CA0FC;
 }
</style>
border-color css

<style>
 span { border-color: #6CA0FC; }

 span { border-color: rgb(108,160,252); }

 td.TdClassName
 {
   border-color: #6CA0FC;
 }
 .TagClassName
 {
   border-color: #6CA0FC;
 }
</style>