#618EEA

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

Shades of Cornflower Blue #618EEA

Tints of Cornflower Blue #618EEA

Color information

#618EEA (or 0x618EEA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8E and EA. RGB value is (97,142,234). Sum of RGB (Red+Green+Blue) = 97+142+234=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #618EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618EEA is #9E7115. Grayscale: #8A8A8A. Windows color (decimal): -10383638 or 15371873. OLE color: 15371873.

HSL color Cylindrical-coordinate representation of color #618EEA: hue angle of 220.29º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #618EEA is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97142234-
CMYK0.590.3900.08
HSL220.29º76.54%64.9%-
HSV(B)220.29º58.55%91.76%-
XYZ29.4527.8381.66-
YUV139.03181.5998.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.51%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 234 (91.80% from 255) = 49.47%
R=20.51%
G=30.02%
B=49.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971422340.590.3900.08220.2976.5464.9
Hex618EEA3B2708dc4d41
Octal1412163527347010334115101
Binary11000011000111011101010111011100111010001101110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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