#617EAE

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

Shades of Havelock Blue #617EAE

Tints of Havelock Blue #617EAE

Color information

#617EAE (or 0x617EAE) is unknown color: approx Havelock Blue. HEX triplet: 61, 7E and AE. RGB value is (97,126,174). Sum of RGB (Red+Green+Blue) = 97+126+174=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #617EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617EAE is #9E8151. Grayscale: #7A7A7A. Windows color (decimal): -10387794 or 11435617. OLE color: 11435617.

HSL color Cylindrical-coordinate representation of color #617EAE: hue angle of 217.4º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #617EAE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97126174-
CMYK0.440.2800.32
HSL217.4º32.22%53.14%-
HSV(B)217.4º44.25%68.24%-
XYZ20.0320.5242.95-
YUV122.8156.89109.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=24.43%
G=31.74%
B=43.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971261740.440.2800.32217.432.2253.14
Hex617EAE2C1C020d92035
Octal14117625654340403314065
Binary110000111111101010111010110011100010000011011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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