#617CAD

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

Shades of Havelock Blue #617CAD

Tints of Havelock Blue #617CAD

Color information

#617CAD (or 0x617CAD) is unknown color: approx Havelock Blue. HEX triplet: 61, 7C and AD. RGB value is (97,124,173). Sum of RGB (Red+Green+Blue) = 97+124+173=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #617CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CAD is #9E8352. Grayscale: #797979. Windows color (decimal): -10388307 or 11369569. OLE color: 11369569.

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

Color convert

RGB97124173-
CMYK0.440.2800.32
HSL218.68º31.67%52.94%-
HSV(B)218.68º43.93%67.84%-
XYZ19.6819.9742.35-
YUV121.51157.05110.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=24.62%
G=31.47%
B=43.91%

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
Decimal971241730.440.2800.32218.6831.6752.94
Hex617CAD2C1C020db2035
Octal14117425554340403334065
Binary110000111111001010110110110011100010000011011011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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