#657CD1

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

Shades of Havelock Blue #657CD1

Tints of Havelock Blue #657CD1

Color information

#657CD1 (or 0x657CD1) is unknown color: approx Havelock Blue. HEX triplet: 65, 7C and D1. RGB value is (101,124,209). Sum of RGB (Red+Green+Blue) = 101+124+209=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #657CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CD1 is #9A832E. Grayscale: #7E7E7E. Windows color (decimal): -10126127 or 13728869. OLE color: 13728869.

HSL color Cylindrical-coordinate representation of color #657CD1: hue angle of 227.22º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #657CD1 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101124209-
CMYK0.520.4100.18
HSL227.22º54%60.78%-
HSV(B)227.22º51.67%81.96%-
XYZ24.0821.7963.26-
YUV126.81174.38109.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=23.27%
G=28.57%
B=48.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011242090.520.4100.18227.225460.78
Hex657CD13429012e3363d
Octal14517432164510223436675
Binary110010111111001101000111010010100101001011100011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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