#657AD8

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

Shades of Havelock Blue #657AD8

Tints of Havelock Blue #657AD8

Color information

#657AD8 (or 0x657AD8) is unknown color: approx Havelock Blue. HEX triplet: 65, 7A and D8. RGB value is (101,122,216). Sum of RGB (Red+Green+Blue) = 101+122+216=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #657AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657AD8 is #9A8527. Grayscale: #7E7E7E. Windows color (decimal): -10126632 or 14187109. OLE color: 14187109.

HSL color Cylindrical-coordinate representation of color #657AD8: hue angle of 229.04º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #657AD8 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101122216-
CMYK0.530.4400.15
HSL229.04º59.59%62.16%-
HSV(B)229.04º53.24%84.71%-
XYZ24.7221.6467.84-
YUV126.44178.54109.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.01%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 216 (84.77% from 255) = 49.20%
R=23.01%
G=27.79%
B=49.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011222160.530.4400.15229.0459.5962.16
Hex657AD8352C0Fe53c3e
Octal14517233065540173457476
Binary11001011111010110110001101011011000111111100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,122,216); }

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

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

 a { background-color: rgb(101,122,216); }

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

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

 span { border-color: rgb(101,122,216); }

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