#6C9ADA

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

Shades of Cornflower Blue #6C9ADA

Tints of Cornflower Blue #6C9ADA

Color information

#6C9ADA (or 0x6C9ADA) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9A and DA. RGB value is (108,154,218). Sum of RGB (Red+Green+Blue) = 108+154+218=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C9ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9ADA is #936525. Grayscale: #939393. Windows color (decimal): -9659686 or 14326380. OLE color: 14326380.

HSL color Cylindrical-coordinate representation of color #6C9ADA: hue angle of 214.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C9ADA is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB108154218-
CMYK0.500.2900.15
HSL214.91º59.78%63.92%-
HSV(B)214.91º50.46%85.49%-
XYZ30.3931.3670.78-
YUV147.54167.7699.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.5%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=22.5%
G=32.08%
B=45.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1081542180.500.2900.15214.9159.7863.92
Hex6C9ADA321D0Fd73c40
Octal154232332623501732774100
Binary110110010011010110110101100101110101111110101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,154,218); }

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

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

 a { background-color: rgb(108,154,218); }

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

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

 span { border-color: rgb(108,154,218); }

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