#657EB4

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

Shades of Havelock Blue #657EB4

Tints of Havelock Blue #657EB4

Color information

#657EB4 (or 0x657EB4) is unknown color: approx Havelock Blue. HEX triplet: 65, 7E and B4. RGB value is (101,126,180). Sum of RGB (Red+Green+Blue) = 101+126+180=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #657EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657EB4 is #9A814B. Grayscale: #7C7C7C. Windows color (decimal): -10125644 or 11828837. OLE color: 11828837.

HSL color Cylindrical-coordinate representation of color #657EB4: hue angle of 221.01º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #657EB4 is Cyan = 0.44, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB101126180-
CMYK0.440.300.29
HSL221.01º34.5%55.1%-
HSV(B)221.01º43.89%70.59%-
XYZ21.0720.9846.12-
YUV124.68159.22111.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=24.82%
G=30.96%
B=44.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011261800.440.300.29221.0134.555.1
Hex657EB42C1E01Ddd2237
Octal14517626454360353354267
Binary11001011111110101101001011001111001110111011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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