#657ECF

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

Shades of Havelock Blue #657ECF

Tints of Havelock Blue #657ECF

Color information

#657ECF (or 0x657ECF) is unknown color: approx Havelock Blue. HEX triplet: 65, 7E and CF. RGB value is (101,126,207). Sum of RGB (Red+Green+Blue) = 101+126+207=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #657ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ECF is #9A8130. Grayscale: #7F7F7F. Windows color (decimal): -10125617 or 13598309. OLE color: 13598309.

HSL color Cylindrical-coordinate representation of color #657ECF: hue angle of 225.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #657ECF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101126207-
CMYK0.510.3900.19
HSL225.85º52.48%60.39%-
HSV(B)225.85º51.21%81.18%-
XYZ24.0922.1962.05-
YUV127.76172.72108.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=23.27%
G=29.03%
B=47.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011262070.510.3900.19225.8552.4860.39
Hex657ECF3327013e2343c
Octal14517631763470233426474
Binary110010111111101100111111001110011101001111100010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,126,207); }

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

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

 a { background-color: rgb(101,126,207); }

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

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

 span { border-color: rgb(101,126,207); }

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