#657DBE

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

Shades of Havelock Blue #657DBE

Tints of Havelock Blue #657DBE

Color information

#657DBE (or 0x657DBE) is unknown color: approx Havelock Blue. HEX triplet: 65, 7D and BE. RGB value is (101,125,190). Sum of RGB (Red+Green+Blue) = 101+125+190=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #657DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DBE is #9A8241. Grayscale: #7C7C7C. Windows color (decimal): -10125890 or 12483941. OLE color: 12483941.

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

Color convert

RGB101125190-
CMYK0.470.3400.25
HSL223.82º40.64%57.06%-
HSV(B)223.82º46.84%74.51%-
XYZ21.9921.1551.64-
YUV125.23164.55110.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=24.28%
G=30.05%
B=45.67%

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
Decimal1011251900.470.3400.25223.8240.6457.06
Hex657DBE2F22019e02939
Octal14517527657420313405171
Binary110010111111011011111010111110001001100111100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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