#657FCE

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

Shades of Havelock Blue #657FCE

Tints of Havelock Blue #657FCE

Color information

#657FCE (or 0x657FCE) is unknown color: approx Havelock Blue. HEX triplet: 65, 7F and CE. RGB value is (101,127,206). Sum of RGB (Red+Green+Blue) = 101+127+206=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #657FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FCE is #9A8031. Grayscale: #7F7F7F. Windows color (decimal): -10125362 or 13533029. OLE color: 13533029.

HSL color Cylindrical-coordinate representation of color #657FCE: hue angle of 225.14º 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 #657FCE is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101127206-
CMYK0.510.3800.19
HSL225.14º51.72%60.2%-
HSV(B)225.14º50.97%80.78%-
XYZ24.122.461.45-
YUV128.23171.89108.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 206 (80.86% from 255) = 47.47%
R=23.27%
G=29.26%
B=47.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011272060.510.3800.19225.1451.7260.2
Hex657FCE3326013e1343c
Octal14517731663460233416474
Binary110010111111111100111011001110011001001111100001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,127,206); }

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

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

 a { background-color: rgb(101,127,206); }

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

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

 span { border-color: rgb(101,127,206); }

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