#617CAF

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

Shades of Havelock Blue #617CAF

Tints of Havelock Blue #617CAF

Color information

#617CAF (or 0x617CAF) is unknown color: approx Havelock Blue. HEX triplet: 61, 7C and AF. RGB value is (97,124,175). Sum of RGB (Red+Green+Blue) = 97+124+175=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #617CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CAF is #9E8350. Grayscale: #797979. Windows color (decimal): -10388305 or 11500641. OLE color: 11500641.

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

Color convert

RGB97124175-
CMYK0.450.2900.31
HSL219.23º32.77%53.33%-
HSV(B)219.23º44.57%68.63%-
XYZ19.8820.0543.38-
YUV121.74158.05110.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=24.49%
G=31.31%
B=44.19%

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
Decimal971241750.450.2900.31219.2332.7753.33
Hex617CAF2D1D01Fdb2135
Octal14117425755350373334165
Binary11000011111100101011111011011110101111111011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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