#657cd8

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

Shades of Havelock Blue #657CD8

Tints of Havelock Blue #657CD8

Color information

#657CD8 (or 0x657CD8) is unknown color: approx Havelock Blue. HEX triplet: 65, 7C and D8. RGB value is (101,124,216). Sum of RGB (Red+Green+Blue) = 101+124+216=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #657CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CD8 is #9A8327. Grayscale: #7F7F7F. Windows color (decimal): -10126120 or 14187621. OLE color: 14187621.

HSL color Cylindrical-coordinate representation of color #657CD8: hue angle of 228º 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 #657CD8 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101124216-
CMYK0.530.4300.15
HSL228º59.59%62.16%-
HSV(B)228º53.24%84.71%-
XYZ24.9722.1467.92-
YUV127.61177.88109.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.90%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=22.90%
G=28.12%
B=48.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011242160.530.4300.1522859.5962.16
Hex657CD8352B0Fe43c3e
Octal14517433065530173447476
Binary11001011111100110110001101011010110111111100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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