#617ECE

Color #617ECE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #617ECE

Tints of Havelock Blue #617ECE

Color information

#617ECE (or 0x617ECE) is unknown color: approx Havelock Blue. HEX triplet: 61, 7E and CE. RGB value is (97,126,206). Sum of RGB (Red+Green+Blue) = 97+126+206=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #617ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ECE is #9E8131. Grayscale: #7E7E7E. Windows color (decimal): -10387762 or 13532769. OLE color: 13532769.

HSL color Cylindrical-coordinate representation of color #617ECE: hue angle of 224.04º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617ECE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97126206-
CMYK0.530.3900.19
HSL224.04º52.66%59.41%-
HSV(B)224.04º52.91%80.78%-
XYZ23.5321.9261.38-
YUV126.45172.89107-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=22.61%
G=29.37%
B=48.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971262060.530.3900.19224.0452.6659.41
Hex617ECE3527013e0353b
Octal14117631665470233406573
Binary110000111111101100111011010110011101001111100000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617ECE; }

 p { color: rgb(97,126,206); }

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

<style>
 a { background-color: #617ECE; }

 a { background-color: rgb(97,126,206); }

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

<style>
 span { border-color: #617ECE; }

 span { border-color: rgb(97,126,206); }

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