#6E9AF6

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

Shades of Cornflower Blue #6E9AF6

Tints of Cornflower Blue #6E9AF6

Color information

#6E9AF6 (or 0x6E9AF6) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 9A and F6. RGB value is (110,154,246). Sum of RGB (Red+Green+Blue) = 110+154+246=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E9AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9AF6 is #916509. Grayscale: #969696. Windows color (decimal): -9528586 or 16161390. OLE color: 16161390.

HSL color Cylindrical-coordinate representation of color #6E9AF6: hue angle of 220.59º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E9AF6 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB110154246-
CMYK0.550.3700.04
HSL220.59º88.31%69.8%-
HSV(B)220.59º55.28%96.47%-
XYZ34.6233.0891.75-
YUV151.33181.4298.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.57%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 246 (96.48% from 255) = 48.24%
R=21.57%
G=30.20%
B=48.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1101542460.550.3700.04220.5988.3169.8
Hex6E9AF6372504dd5846
Octal156232366674504335130106
Binary1101110100110101111011011011110010101001101110110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,154,246); }

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

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

 a { background-color: rgb(110,154,246); }

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

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

 span { border-color: rgb(110,154,246); }

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