#657DBD

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

Shades of Havelock Blue #657DBD

Tints of Havelock Blue #657DBD

Color information

#657DBD (or 0x657DBD) is unknown color: approx Havelock Blue. HEX triplet: 65, 7D and BD. RGB value is (101,125,189). Sum of RGB (Red+Green+Blue) = 101+125+189=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #657DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DBD is #9A8242. Grayscale: #7C7C7C. Windows color (decimal): -10125891 or 12418405. OLE color: 12418405.

HSL color Cylindrical-coordinate representation of color #657DBD: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #657DBD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB101125189-
CMYK0.470.3400.26
HSL223.64º40%56.86%-
HSV(B)223.64º46.56%74.12%-
XYZ21.8921.1151.06-
YUV125.12164.05110.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=24.34%
G=30.12%
B=45.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011251890.470.3400.26223.644056.86
Hex657DBD2F2201Ae02839
Octal14517527557420323405071
Binary110010111111011011110110111110001001101011100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657DBD; }

 p { color: rgb(101,125,189); }

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

<style>
 a { background-color: #657DBD; }

 a { background-color: rgb(101,125,189); }

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

<style>
 span { border-color: #657DBD; }

 span { border-color: rgb(101,125,189); }

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