#617FAF

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

Shades of Havelock Blue #617FAF

Tints of Havelock Blue #617FAF

Color information

#617FAF (or 0x617FAF) is unknown color: approx Havelock Blue. HEX triplet: 61, 7F and AF. RGB value is (97,127,175). Sum of RGB (Red+Green+Blue) = 97+127+175=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #617FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617FAF is #9E8050. Grayscale: #7B7B7B. Windows color (decimal): -10387537 or 11501409. OLE color: 11501409.

HSL color Cylindrical-coordinate representation of color #617FAF: hue angle of 216.92º 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 #617FAF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97127175-
CMYK0.450.2700.31
HSL216.92º32.77%53.33%-
HSV(B)216.92º44.57%68.63%-
XYZ20.2620.8243.51-
YUV123.5157.06109.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=24.31%
G=31.83%
B=43.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971271750.450.2700.31216.9232.7753.33
Hex617FAF2D1B01Fd92135
Octal14117725755330373314165
Binary11000011111111101011111011011101101111111011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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