#6C9BF2

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

Shades of Cornflower Blue #6C9BF2

Tints of Cornflower Blue #6C9BF2

Color information

#6C9BF2 (or 0x6C9BF2) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9B and F2. RGB value is (108,155,242). Sum of RGB (Red+Green+Blue) = 108+155+242=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #6C9BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9BF2 is #93640D. Grayscale: #969696. Windows color (decimal): -9659406 or 15899500. OLE color: 15899500.

HSL color Cylindrical-coordinate representation of color #6C9BF2: hue angle of 218.96º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C9BF2 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108155242-
CMYK0.550.3600.05
HSL218.96º83.75%68.63%-
HSV(B)218.96º55.37%94.9%-
XYZ33.9333.0488.59-
YUV150.86179.4397.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.39%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=21.39%
G=30.69%
B=47.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081552420.550.3600.05218.9683.7568.63
Hex6C9BF2372405db5445
Octal154233362674405333124105
Binary1101100100110111111001011011110010001011101101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,155,242); }

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

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

 a { background-color: rgb(108,155,242); }

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

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

 span { border-color: rgb(108,155,242); }

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