#617CB1

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

Shades of Havelock Blue #617CB1

Tints of Havelock Blue #617CB1

Color information

#617CB1 (or 0x617CB1) is unknown color: approx Havelock Blue. HEX triplet: 61, 7C and B1. RGB value is (97,124,177). Sum of RGB (Red+Green+Blue) = 97+124+177=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #617CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CB1 is #9E834E. Grayscale: #797979. Windows color (decimal): -10388303 or 11631713. OLE color: 11631713.

HSL color Cylindrical-coordinate representation of color #617CB1: hue angle of 219.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #617CB1 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97124177-
CMYK0.450.3000.31
HSL219.75º33.9%53.73%-
HSV(B)219.75º45.2%69.41%-
XYZ20.0720.1344.42-
YUV121.97159.05110.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=24.37%
G=31.16%
B=44.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971241770.450.3000.31219.7533.953.73
Hex617CB12D1E01Fdc2236
Octal14117426155360373344266
Binary11000011111100101100011011011111001111111011100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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