#618CEA

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

Shades of Cornflower Blue #618CEA

Tints of Cornflower Blue #618CEA

Color information

#618CEA (or 0x618CEA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8C and EA. RGB value is (97,140,234). Sum of RGB (Red+Green+Blue) = 97+140+234=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #618CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618CEA is #9E7315. Grayscale: #898989. Windows color (decimal): -10384150 or 15371361. OLE color: 15371361.

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

Color convert

RGB97140234-
CMYK0.590.4000.08
HSL221.17º76.54%64.9%-
HSV(B)221.17º58.55%91.76%-
XYZ29.1627.2481.56-
YUV137.86182.2598.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.59%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 234 (91.80% from 255) = 49.68%
R=20.59%
G=29.72%
B=49.68%

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
Decimal971402340.590.4000.08221.1776.5464.9
Hex618CEA3B2808dd4d41
Octal1412143527350010335115101
Binary11000011000110011101010111011101000010001101110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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