#618CE4

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

Shades of Cornflower Blue #618CE4

Tints of Cornflower Blue #618CE4

Color information

#618CE4 (or 0x618CE4) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8C and E4. RGB value is (97,140,228). Sum of RGB (Red+Green+Blue) = 97+140+228=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #618CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CE4 is #9E731B. Grayscale: #888888. Windows color (decimal): -10384156 or 14978145. OLE color: 14978145.

HSL color Cylindrical-coordinate representation of color #618CE4: hue angle of 220.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #618CE4 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB97140228-
CMYK0.570.3900.11
HSL220.31º70.81%63.73%-
HSV(B)220.31º57.46%89.41%-
XYZ28.3126.977.1-
YUV137.17179.2599.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.86%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 228 (89.45% from 255) = 49.03%
R=20.86%
G=30.11%
B=49.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal971402280.570.3900.11220.3170.8163.73
Hex618CE439270Bdc4740
Octal1412143447147013334107100
Binary11000011000110011100100111001100111010111101110010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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