#6EA8FC

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

Shades of Cornflower Blue #6EA8FC

Tints of Cornflower Blue #6EA8FC

Color information

#6EA8FC (or 0x6EA8FC) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A8 and FC. RGB value is (110,168,252). Sum of RGB (Red+Green+Blue) = 110+168+252=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EA8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA8FC is #915703. Grayscale: #9F9F9F. Windows color (decimal): -9524996 or 16558190. OLE color: 16558190.

HSL color Cylindrical-coordinate representation of color #6EA8FC: hue angle of 215.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EA8FC is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110168252-
CMYK0.560.3300.01
HSL215.49º95.95%70.98%-
HSV(B)215.49º56.35%98.82%-
XYZ3838.3597.49-
YUV160.23179.7892.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.75%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=20.75%
G=31.70%
B=47.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101682520.560.3300.01215.4995.9570.98
Hex6EA8FC382101d76047
Octal156250374704101327140107
Binary11011101010100011111100111000100001011101011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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