#617ECD

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

Shades of Havelock Blue #617ECD

Tints of Havelock Blue #617ECD

Color information

#617ECD (or 0x617ECD) is unknown color: approx Havelock Blue. HEX triplet: 61, 7E and CD. RGB value is (97,126,205). Sum of RGB (Red+Green+Blue) = 97+126+205=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #617ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ECD is #9E8132. Grayscale: #7D7D7D. Windows color (decimal): -10387763 or 13467233. OLE color: 13467233.

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

Color convert

RGB97126205-
CMYK0.530.3900.20
HSL223.89º51.92%59.22%-
HSV(B)223.89º52.68%80.39%-
XYZ23.4121.8760.75-
YUV126.34172.39107.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=22.66%
G=29.44%
B=47.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971262050.530.3900.20223.8951.9259.22
Hex617ECD3527014e0343b
Octal14117631565470243406473
Binary110000111111101100110111010110011101010011100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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