#657EBF

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

Shades of Havelock Blue #657EBF

Tints of Havelock Blue #657EBF

Color information

#657EBF (or 0x657EBF) is unknown color: approx Havelock Blue. HEX triplet: 65, 7E and BF. RGB value is (101,126,191). Sum of RGB (Red+Green+Blue) = 101+126+191=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #657EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657EBF is #9A8140. Grayscale: #7D7D7D. Windows color (decimal): -10125633 or 12549733. OLE color: 12549733.

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

Color convert

RGB101126191-
CMYK0.470.3400.25
HSL223.33º41.28%57.25%-
HSV(B)223.33º47.12%74.9%-
XYZ22.2321.4552.26-
YUV125.93164.72110.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 191 (75% from 255) = 45.69%
R=24.16%
G=30.14%
B=45.69%

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
Decimal1011261910.470.3400.25223.3341.2857.25
Hex657EBF2F22019df2939
Octal14517627757420313375171
Binary110010111111101011111110111110001001100111011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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