#617DAF

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

Shades of Havelock Blue #617DAF

Tints of Havelock Blue #617DAF

Color information

#617DAF (or 0x617DAF) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and AF. RGB value is (97,125,175). Sum of RGB (Red+Green+Blue) = 97+125+175=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #617DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DAF is #9E8250. Grayscale: #7A7A7A. Windows color (decimal): -10388049 or 11500897. OLE color: 11500897.

HSL color Cylindrical-coordinate representation of color #617DAF: hue angle of 218.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #617DAF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97125175-
CMYK0.450.2900.31
HSL218.46º32.77%53.33%-
HSV(B)218.46º44.57%68.63%-
XYZ2020.343.42-
YUV122.33157.72109.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=24.43%
G=31.49%
B=44.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971251750.450.2900.31218.4632.7753.33
Hex617DAF2D1D01Fda2135
Octal14117525755350373324165
Binary11000011111101101011111011011110101111111011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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