#657EBD

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

Shades of Havelock Blue #657EBD

Tints of Havelock Blue #657EBD

Color information

#657EBD (or 0x657EBD) is unknown color: approx Havelock Blue. HEX triplet: 65, 7E and BD. RGB value is (101,126,189). Sum of RGB (Red+Green+Blue) = 101+126+189=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #657EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657EBD is #9A8142. Grayscale: #7D7D7D. Windows color (decimal): -10125635 or 12418661. OLE color: 12418661.

HSL color Cylindrical-coordinate representation of color #657EBD: hue angle of 222.95º 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 #657EBD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB101126189-
CMYK0.470.3300.26
HSL222.95º40%56.86%-
HSV(B)222.95º46.56%74.12%-
XYZ22.0121.3651.11-
YUV125.71163.72110.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=24.28%
G=30.29%
B=45.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011261890.470.3300.26222.954056.86
Hex657EBD2F2101Adf2839
Octal14517627557410323375071
Binary110010111111101011110110111110000101101011011111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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