#657EBE

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

Shades of Havelock Blue #657EBE

Tints of Havelock Blue #657EBE

Color information

#657EBE (or 0x657EBE) is unknown color: approx Havelock Blue. HEX triplet: 65, 7E and BE. RGB value is (101,126,190). Sum of RGB (Red+Green+Blue) = 101+126+190=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #657EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657EBE is #9A8141. Grayscale: #7D7D7D. Windows color (decimal): -10125634 or 12484197. OLE color: 12484197.

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

Color convert

RGB101126190-
CMYK0.470.3400.25
HSL223.15º40.64%57.06%-
HSV(B)223.15º46.84%74.51%-
XYZ22.1221.4151.68-
YUV125.82164.22110.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.22%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=24.22%
G=30.22%
B=45.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011261900.470.3400.25223.1540.6457.06
Hex657EBE2F22019df2939
Octal14517627657420313375171
Binary110010111111101011111010111110001001100111011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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