#618CEB

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

Shades of Cornflower Blue #618CEB

Tints of Cornflower Blue #618CEB

Color information

#618CEB (or 0x618CEB) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8C and EB. RGB value is (97,140,235). Sum of RGB (Red+Green+Blue) = 97+140+235=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #618CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618CEB is #9E7314. Grayscale: #898989. Windows color (decimal): -10384149 or 15436897. OLE color: 15436897.

HSL color Cylindrical-coordinate representation of color #618CEB: hue angle of 221.3º degrees, saturation: 0.78, 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 #618CEB is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97140235-
CMYK0.590.4000.08
HSL221.3º77.53%65.1%-
HSV(B)221.3º58.72%92.16%-
XYZ29.327.382.32-
YUV137.97182.7598.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 140 (55.08% from 255) = 29.66%
BLUE value IS 235 (92.19% from 255) = 49.79%
R=20.55%
G=29.66%
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.08
SystemRedGreenBlueCMYKHSL
Decimal971402350.590.4000.08221.377.5365.1
Hex618CEB3B2808dd4e41
Octal1412143537350010335116101
Binary11000011000110011101011111011101000010001101110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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