#617EB1

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

Shades of Havelock Blue #617EB1

Tints of Havelock Blue #617EB1

Color information

#617EB1 (or 0x617EB1) is unknown color: approx Havelock Blue. HEX triplet: 61, 7E and B1. RGB value is (97,126,177). Sum of RGB (Red+Green+Blue) = 97+126+177=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #617EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617EB1 is #9E814E. Grayscale: #7A7A7A. Windows color (decimal): -10387791 or 11632225. OLE color: 11632225.

HSL color Cylindrical-coordinate representation of color #617EB1: hue angle of 218.25º 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 #617EB1 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97126177-
CMYK0.450.2900.31
HSL218.25º33.9%53.73%-
HSV(B)218.25º45.2%69.41%-
XYZ20.3320.6444.51-
YUV123.14158.39109.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 177 (69.53% from 255) = 44.25%
R=24.25%
G=31.5%
B=44.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971261770.450.2900.31218.2533.953.73
Hex617EB12D1D01Fda2236
Octal14117626155350373324266
Binary11000011111110101100011011011110101111111011010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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