#617CBA

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

Shades of Havelock Blue #617CBA

Tints of Havelock Blue #617CBA

Color information

#617CBA (or 0x617CBA) is unknown color: approx Havelock Blue. HEX triplet: 61, 7C and BA. RGB value is (97,124,186). Sum of RGB (Red+Green+Blue) = 97+124+186=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #617CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CBA is #9E8345. Grayscale: #7A7A7A. Windows color (decimal): -10388294 or 12221537. OLE color: 12221537.

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

Color convert

RGB97124186-
CMYK0.480.3300.27
HSL221.8º39.21%55.49%-
HSV(B)221.8º47.85%72.94%-
XYZ2120.549.3-
YUV123163.55109.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=23.83%
G=30.47%
B=45.70%

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
Decimal971241860.480.3300.27221.839.2155.49
Hex617CBA302101Bde2737
Octal14117427260410333364767
Binary110000111111001011101011000010000101101111011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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