#618CEC

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

Shades of Cornflower Blue #618CEC

Tints of Cornflower Blue #618CEC

Color information

#618CEC (or 0x618CEC) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8C and EC. RGB value is (97,140,236). Sum of RGB (Red+Green+Blue) = 97+140+236=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #618CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618CEC is #9E7313. Grayscale: #898989. Windows color (decimal): -10384148 or 15502433. OLE color: 15502433.

HSL color Cylindrical-coordinate representation of color #618CEC: hue angle of 221.44º degrees, saturation: 0.79, 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 #618CEC is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97140236-
CMYK0.590.4100.07
HSL221.44º78.53%65.29%-
HSV(B)221.44º58.9%92.55%-
XYZ29.4527.3583.08-
YUV138.09183.2598.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.51%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 236 (92.58% from 255) = 49.89%
R=20.51%
G=29.60%
B=49.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971402360.590.4100.07221.4478.5365.29
Hex618CEC3B2907dd4f41
Octal141214354735107335117101
Binary1100001100011001110110011101110100101111101110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,140,236); }

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

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

 a { background-color: rgb(97,140,236); }

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

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

 span { border-color: rgb(97,140,236); }

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