#617DAD

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

Shades of Havelock Blue #617DAD

Tints of Havelock Blue #617DAD

Color information

#617DAD (or 0x617DAD) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and AD. RGB value is (97,125,173). Sum of RGB (Red+Green+Blue) = 97+125+173=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #617DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DAD is #9E8252. Grayscale: #797979. Windows color (decimal): -10388051 or 11369825. OLE color: 11369825.

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

Color convert

RGB97125173-
CMYK0.440.2800.32
HSL217.89º31.67%52.94%-
HSV(B)217.89º43.93%67.84%-
XYZ19.8120.2342.4-
YUV122.1156.72110.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=24.56%
G=31.65%
B=43.80%

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
Decimal971251730.440.2800.32217.8931.6752.94
Hex617DAD2C1C020da2035
Octal14117525554340403324065
Binary110000111111011010110110110011100010000011011010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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