#6E98ED

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

Shades of Cornflower Blue #6E98ED

Tints of Cornflower Blue #6E98ED

Color information

#6E98ED (or 0x6E98ED) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 98 and ED. RGB value is (110,152,237). Sum of RGB (Red+Green+Blue) = 110+152+237=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E98ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E98ED is #916712. Grayscale: #949494. Windows color (decimal): -9529107 or 15571054. OLE color: 15571054.

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

Color convert

RGB110152237-
CMYK0.540.3600.07
HSL220.16º77.91%68.04%-
HSV(B)220.16º53.59%92.94%-
XYZ32.9431.8984.54-
YUV149.13177.59100.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.04%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=22.04%
G=30.46%
B=47.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1101522370.540.3600.07220.1677.9168.04
Hex6E98ED362407dc4e44
Octal156230355664407334116104
Binary1101110100110001110110111011010010001111101110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E98ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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