#617DAE

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

Shades of Havelock Blue #617DAE

Tints of Havelock Blue #617DAE

Color information

#617DAE (or 0x617DAE) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and AE. RGB value is (97,125,174). Sum of RGB (Red+Green+Blue) = 97+125+174=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #617DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DAE is #9E8251. Grayscale: #797979. Windows color (decimal): -10388050 or 11435361. OLE color: 11435361.

HSL color Cylindrical-coordinate representation of color #617DAE: hue angle of 218.18º 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 #617DAE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97125174-
CMYK0.440.2800.32
HSL218.18º32.22%53.14%-
HSV(B)218.18º44.25%68.24%-
XYZ19.920.2642.91-
YUV122.21157.22110.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=24.49%
G=31.57%
B=43.94%

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
Decimal971251740.440.2800.32218.1832.2253.14
Hex617DAE2C1C020da2035
Octal14117525654340403324065
Binary110000111111011010111010110011100010000011011010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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