#617DB0

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

Shades of Havelock Blue #617DB0

Tints of Havelock Blue #617DB0

Color information

#617DB0 (or 0x617DB0) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and B0. RGB value is (97,125,176). Sum of RGB (Red+Green+Blue) = 97+125+176=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #617DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DB0 is #9E824F. Grayscale: #7A7A7A. Windows color (decimal): -10388048 or 11566433. OLE color: 11566433.

HSL color Cylindrical-coordinate representation of color #617DB0: hue angle of 218.73º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #617DB0 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97125176-
CMYK0.450.2900.31
HSL218.73º33.33%53.53%-
HSV(B)218.73º44.89%69.02%-
XYZ20.120.3443.94-
YUV122.44158.22109.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=24.37%
G=31.41%
B=44.22%

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
Decimal971251760.450.2900.31218.7333.3353.53
Hex617DB02D1D01Fdb2136
Octal14117526055350373334166
Binary11000011111101101100001011011110101111111011011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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