#657CD0

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

Shades of Havelock Blue #657CD0

Tints of Havelock Blue #657CD0

Color information

#657CD0 (or 0x657CD0) is unknown color: approx Havelock Blue. HEX triplet: 65, 7C and D0. RGB value is (101,124,208). Sum of RGB (Red+Green+Blue) = 101+124+208=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #657CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CD0 is #9A832F. Grayscale: #7E7E7E. Windows color (decimal): -10126128 or 13663333. OLE color: 13663333.

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

Color convert

RGB101124208-
CMYK0.510.4000.18
HSL227.1º53.23%60.59%-
HSV(B)227.1º51.44%81.57%-
XYZ23.9621.7462.61-
YUV126.7173.88109.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.33%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 208 (81.64% from 255) = 48.04%
R=23.33%
G=28.64%
B=48.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011242080.510.4000.18227.153.2360.59
Hex657CD03328012e3353d
Octal14517432063500223436575
Binary110010111111001101000011001110100001001011100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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