#617DB3

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

Shades of Havelock Blue #617DB3

Tints of Havelock Blue #617DB3

Color information

#617DB3 (or 0x617DB3) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and B3. RGB value is (97,125,179). Sum of RGB (Red+Green+Blue) = 97+125+179=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #617DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DB3 is #9E824C. Grayscale: #7A7A7A. Windows color (decimal): -10388045 or 11763041. OLE color: 11763041.

HSL color Cylindrical-coordinate representation of color #617DB3: hue angle of 219.51º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #617DB3 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97125179-
CMYK0.460.3000.30
HSL219.51º35.04%54.12%-
HSV(B)219.51º45.81%70.2%-
XYZ20.420.4645.52-
YUV122.78159.72109.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 179 (70.31% from 255) = 44.64%
R=24.19%
G=31.17%
B=44.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971251790.460.3000.30219.5135.0454.12
Hex617DB32E1E01Edc2336
Octal14117526356360363344366
Binary11000011111101101100111011101111001111011011100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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