#6E98EF

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

Shades of Cornflower Blue #6E98EF

Tints of Cornflower Blue #6E98EF

Color information

#6E98EF (or 0x6E98EF) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 98 and EF. RGB value is (110,152,239). Sum of RGB (Red+Green+Blue) = 110+152+239=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E98EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E98EF is #916710. Grayscale: #949494. Windows color (decimal): -9529105 or 15702126. OLE color: 15702126.

HSL color Cylindrical-coordinate representation of color #6E98EF: hue angle of 220.47º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E98EF is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB110152239-
CMYK0.540.3600.06
HSL220.47º80.12%68.43%-
HSV(B)220.47º53.97%93.73%-
XYZ33.243286.09-
YUV149.36178.5999.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.96%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=21.96%
G=30.34%
B=47.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1101522390.540.3600.06220.4780.1268.43
Hex6E98EF362406dc5044
Octal156230357664406334120104
Binary1101110100110001110111111011010010001101101110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E98EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,152,239); }

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

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

 a { background-color: rgb(110,152,239); }

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

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

 span { border-color: rgb(110,152,239); }

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