#6C9CDF

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

Shades of Cornflower Blue #6C9CDF

Tints of Cornflower Blue #6C9CDF

Color information

#6C9CDF (or 0x6C9CDF) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9C and DF. RGB value is (108,156,223). Sum of RGB (Red+Green+Blue) = 108+156+223=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C9CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9CDF is #936320. Grayscale: #949494. Windows color (decimal): -9659169 or 14654572. OLE color: 14654572.

HSL color Cylindrical-coordinate representation of color #6C9CDF: hue angle of 214.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C9CDF is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108156223-
CMYK0.520.3000.13
HSL214.96º64.25%64.9%-
HSV(B)214.96º51.57%87.45%-
XYZ31.3932.2974.39-
YUV149.29169.698.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.18%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 223 (87.5% from 255) = 45.79%
R=22.18%
G=32.03%
B=45.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081562230.520.3000.13214.9664.2564.9
Hex6C9CDF341E0Dd74041
Octal1542343376436015327100101
Binary1101100100111001101111111010011110011011101011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,156,223); }

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

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

 a { background-color: rgb(108,156,223); }

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

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

 span { border-color: rgb(108,156,223); }

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