#6EA8FF

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

Shades of Cornflower Blue #6EA8FF

Tints of Cornflower Blue #6EA8FF

Color information

#6EA8FF (or 0x6EA8FF) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A8 and FF. RGB value is (110,168,255). Sum of RGB (Red+Green+Blue) = 110+168+255=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EA8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA8FF is #915700. Grayscale: #A0A0A0. Windows color (decimal): -9524993 or 16754798. OLE color: 16754798.

HSL color Cylindrical-coordinate representation of color #6EA8FF: hue angle of 216º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EA8FF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB110168255-
CMYK0.570.3400
HSL216º100%71.57%-
HSV(B)216º56.86%100%-
XYZ38.4838.54100.02-
YUV160.58181.2891.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.64%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 255 (100% from 255) = 47.84%
R=20.64%
G=31.52%
B=47.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1101682550.570.340021610071.57
Hex6EA8FF392200d86448
Octal156250377714200330144110
Binary11011101010100011111111111001100010001101100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,168,255); }

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

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

 a { background-color: rgb(110,168,255); }

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

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

 span { border-color: rgb(110,168,255); }

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