#6C8ADF

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

Shades of Cornflower Blue #6C8ADF

Tints of Cornflower Blue #6C8ADF

Color information

#6C8ADF (or 0x6C8ADF) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8A and DF. RGB value is (108,138,223). Sum of RGB (Red+Green+Blue) = 108+138+223=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C8ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ADF is #937520. Grayscale: #8A8A8A. Windows color (decimal): -9663777 or 14649964. OLE color: 14649964.

HSL color Cylindrical-coordinate representation of color #6C8ADF: hue angle of 224.35º 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 #6C8ADF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108138223-
CMYK0.520.3800.13
HSL224.35º64.25%64.9%-
HSV(B)224.35º51.57%87.45%-
XYZ28.5926.6973.46-
YUV138.72175.56106.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.03%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=23.03%
G=29.42%
B=47.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081382230.520.3800.13224.3564.2564.9
Hex6C8ADF34260De04041
Octal1542123376446015340100101
Binary11011001000101011011111110100100110011011110000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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