#617DBB

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

Shades of Havelock Blue #617DBB

Tints of Havelock Blue #617DBB

Color information

#617DBB (or 0x617DBB) is unknown color: approx Havelock Blue. HEX triplet: 61, 7D and BB. RGB value is (97,125,187). Sum of RGB (Red+Green+Blue) = 97+125+187=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #617DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DBB is #9E8244. Grayscale: #7B7B7B. Windows color (decimal): -10388037 or 12287329. OLE color: 12287329.

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

Color convert

RGB97125187-
CMYK0.480.3300.27
HSL221.33º39.82%55.69%-
HSV(B)221.33º48.13%73.33%-
XYZ21.2320.849.91-
YUV123.7163.72108.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=23.72%
G=30.56%
B=45.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971251870.480.3300.27221.3339.8255.69
Hex617DBB302101Bdd2838
Octal14117527360410333355070
Binary110000111111011011101111000010000101101111011101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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