#617DB9

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

Shades of Havelock Blue #617DB9

Tints of Havelock Blue #617DB9

Color information

#617DB9 (or 0x617DB9) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and B9. RGB value is (97,125,185). Sum of RGB (Red+Green+Blue) = 97+125+185=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #617DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DB9 is #9E8246. Grayscale: #7B7B7B. Windows color (decimal): -10388039 or 12156257. OLE color: 12156257.

HSL color Cylindrical-coordinate representation of color #617DB9: hue angle of 220.91º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #617DB9 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97125185-
CMYK0.480.3200.27
HSL220.91º38.6%55.29%-
HSV(B)220.91º47.57%72.55%-
XYZ21.0220.7148.79-
YUV123.47162.72109.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=23.83%
G=30.71%
B=45.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971251850.480.3200.27220.9138.655.29
Hex617DB9302001Bdd2737
Octal14117527160400333354767
Binary110000111111011011100111000010000001101111011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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