#657DBF

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

Shades of Havelock Blue #657DBF

Tints of Havelock Blue #657DBF

Color information

#657DBF (or 0x657DBF) is unknown color: approx Havelock Blue. HEX triplet: 65, 7D and BF. RGB value is (101,125,191). Sum of RGB (Red+Green+Blue) = 101+125+191=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #657DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DBF is #9A8240. Grayscale: #7D7D7D. Windows color (decimal): -10125889 or 12549477. OLE color: 12549477.

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

Color convert

RGB101125191-
CMYK0.470.3500.25
HSL224º41.28%57.25%-
HSV(B)224º47.12%74.9%-
XYZ22.121.252.22-
YUV125.35165.05110.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.22%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 191 (75% from 255) = 45.80%
R=24.22%
G=29.98%
B=45.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011251910.470.3500.2522441.2857.25
Hex657DBF2F23019e02939
Octal14517527757430313405171
Binary110010111111011011111110111110001101100111100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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