#657DBC

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

Shades of Havelock Blue #657DBC

Tints of Havelock Blue #657DBC

Color information

#657DBC (or 0x657DBC) is unknown color: approx Havelock Blue. HEX triplet: 65, 7D and BC. RGB value is (101,125,188). Sum of RGB (Red+Green+Blue) = 101+125+188=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #657DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DBC is #9A8243. Grayscale: #7C7C7C. Windows color (decimal): -10125892 or 12352869. OLE color: 12352869.

HSL color Cylindrical-coordinate representation of color #657DBC: hue angle of 223.45º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #657DBC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB101125188-
CMYK0.460.3400.26
HSL223.45º39.37%56.67%-
HSV(B)223.45º46.28%73.73%-
XYZ21.7821.0650.5-
YUV125.01163.55110.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=24.40%
G=30.19%
B=45.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011251880.460.3400.26223.4539.3756.67
Hex657DBC2E2201Adf2739
Octal14517527456420323374771
Binary110010111111011011110010111010001001101011011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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