#617CAC

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

Shades of Havelock Blue #617CAC

Tints of Havelock Blue #617CAC

Color information

#617CAC (or 0x617CAC) is unknown color: approx Havelock Blue. HEX triplet: 61, 7C and AC. RGB value is (97,124,172). Sum of RGB (Red+Green+Blue) = 97+124+172=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #617CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CAC is #9E8353. Grayscale: #797979. Windows color (decimal): -10388308 or 11304033. OLE color: 11304033.

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

Color convert

RGB97124172-
CMYK0.440.2800.33
HSL218.4º31.12%52.75%-
HSV(B)218.4º43.6%67.45%-
XYZ19.5819.9441.85-
YUV121.4156.55110.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=24.68%
G=31.55%
B=43.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971241720.440.2800.33218.431.1252.75
Hex617CAC2C1C021da1f35
Octal14117425454340413323765
Binary11000011111100101011001011001110001000011101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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