#657CCC

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

Shades of Havelock Blue #657CCC

Tints of Havelock Blue #657CCC

Color information

#657CCC (or 0x657CCC) is unknown color: approx Havelock Blue. HEX triplet: 65, 7C and CC. RGB value is (101,124,204). Sum of RGB (Red+Green+Blue) = 101+124+204=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #657CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CCC is #9A8333. Grayscale: #7D7D7D. Windows color (decimal): -10126132 or 13401189. OLE color: 13401189.

HSL color Cylindrical-coordinate representation of color #657CCC: hue angle of 226.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #657CCC is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB101124204-
CMYK0.500.3900.2
HSL226.6º50.24%59.8%-
HSV(B)226.6º50.49%80%-
XYZ23.4721.5460.05-
YUV126.24171.88110-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.54%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=23.54%
G=28.90%
B=47.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011242040.500.3900.2226.650.2459.8
Hex657CCC3227014e3323c
Octal14517431462470243436274
Binary110010111111001100110011001010011101010011100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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