#618EDE

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

Shades of Cornflower Blue #618EDE

Tints of Cornflower Blue #618EDE

Color information

#618EDE (or 0x618EDE) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8E and DE. RGB value is (97,142,222). Sum of RGB (Red+Green+Blue) = 97+142+222=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #618EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EDE is #9E7121. Grayscale: #898989. Windows color (decimal): -10383650 or 14585441. OLE color: 14585441.

HSL color Cylindrical-coordinate representation of color #618EDE: hue angle of 218.4º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618EDE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97142222-
CMYK0.560.3600.13
HSL218.4º65.45%62.55%-
HSV(B)218.4º56.31%87.06%-
XYZ27.7927.1672.89-
YUV137.66175.5999-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=21.04%
G=30.80%
B=48.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971422220.560.3600.13218.465.4562.55
Hex618EDE38240Dda413f
Octal141216336704401533210177
Binary1100001100011101101111011100010010001101110110101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618EDE; }

 p { color: rgb(97,142,222); }

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

<style>
 a { background-color: #618EDE; }

 a { background-color: rgb(97,142,222); }

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

<style>
 span { border-color: #618EDE; }

 span { border-color: rgb(97,142,222); }

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