#617BBA

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

Shades of Havelock Blue #617BBA

Tints of Havelock Blue #617BBA

Color information

#617BBA (or 0x617BBA) is unknown color: approx Havelock Blue. HEX triplet: 61, 7B and BA. RGB value is (97,123,186). Sum of RGB (Red+Green+Blue) = 97+123+186=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #617BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BBA is #9E8445. Grayscale: #7A7A7A. Windows color (decimal): -10388550 or 12221281. OLE color: 12221281.

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

Color convert

RGB97123186-
CMYK0.480.3400.27
HSL222.47º39.21%55.49%-
HSV(B)222.47º47.85%72.94%-
XYZ20.8820.2549.26-
YUV122.41163.89109.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=23.89%
G=30.30%
B=45.81%

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
Decimal971231860.480.3400.27222.4739.2155.49
Hex617BBA302201Bde2737
Octal14117327260420333364767
Binary110000111110111011101011000010001001101111011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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