#618EED

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

Shades of Cornflower Blue #618EED

Tints of Cornflower Blue #618EED

Color information

#618EED (or 0x618EED) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8E and ED. RGB value is (97,142,237). Sum of RGB (Red+Green+Blue) = 97+142+237=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #618EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618EED is #9E7112. Grayscale: #8A8A8A. Windows color (decimal): -10383635 or 15568481. OLE color: 15568481.

HSL color Cylindrical-coordinate representation of color #618EED: hue angle of 220.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #618EED is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97142237-
CMYK0.590.4000.07
HSL220.71º79.55%65.49%-
HSV(B)220.71º59.07%92.94%-
XYZ29.892883.95-
YUV139.38183.0997.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.38%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=20.38%
G=29.83%
B=49.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971422370.590.4000.07220.7179.5565.49
Hex618EED3B2807dd5041
Octal141216355735007335120101
Binary1100001100011101110110111101110100001111101110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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