#657FB4

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

Shades of Havelock Blue #657FB4

Tints of Havelock Blue #657FB4

Color information

#657FB4 (or 0x657FB4) is unknown color: approx Havelock Blue. HEX triplet: 65, 7F and B4. RGB value is (101,127,180). Sum of RGB (Red+Green+Blue) = 101+127+180=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #657FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FB4 is #9A804B. Grayscale: #7D7D7D. Windows color (decimal): -10125388 or 11829093. OLE color: 11829093.

HSL color Cylindrical-coordinate representation of color #657FB4: hue angle of 220.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #657FB4 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB101127180-
CMYK0.440.2900.29
HSL220.25º34.5%55.1%-
HSV(B)220.25º43.89%70.59%-
XYZ21.1921.2446.16-
YUV125.27158.89110.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 180 (70.70% from 255) = 44.12%
R=24.75%
G=31.13%
B=44.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011271800.440.2900.29220.2534.555.1
Hex657FB42C1D01Ddc2237
Octal14517726454350353344267
Binary11001011111111101101001011001110101110111011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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