#617BBB

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

Shades of Havelock Blue #617BBB

Tints of Havelock Blue #617BBB

Color information

#617BBB (or 0x617BBB) is unknown color: approx Havelock Blue. HEX triplet: 61, 7B and BB. RGB value is (97,123,187). Sum of RGB (Red+Green+Blue) = 97+123+187=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #617BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BBB is #9E8444. Grayscale: #7A7A7A. Windows color (decimal): -10388549 or 12286817. OLE color: 12286817.

HSL color Cylindrical-coordinate representation of color #617BBB: hue angle of 222.67º 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 #617BBB is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97123187-
CMYK0.480.3400.27
HSL222.67º39.82%55.69%-
HSV(B)222.67º48.13%73.33%-
XYZ20.9820.349.83-
YUV122.52164.39109.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=23.83%
G=30.22%
B=45.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971231870.480.3400.27222.6739.8255.69
Hex617BBB302201Bdf2838
Octal14117327360420333375070
Binary110000111110111011101111000010001001101111011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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