#657FBF

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

Shades of Havelock Blue #657FBF

Tints of Havelock Blue #657FBF

Color information

#657FBF (or 0x657FBF) is unknown color: approx Havelock Blue. HEX triplet: 65, 7F and BF. RGB value is (101,127,191). Sum of RGB (Red+Green+Blue) = 101+127+191=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #657FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FBF is #9A8040. Grayscale: #7E7E7E. Windows color (decimal): -10125377 or 12549989. OLE color: 12549989.

HSL color Cylindrical-coordinate representation of color #657FBF: hue angle of 222.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #657FBF is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101127191-
CMYK0.470.3400.25
HSL222.67º41.28%57.25%-
HSV(B)222.67º47.12%74.9%-
XYZ22.3621.7152.3-
YUV126.52164.39109.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 191 (75% from 255) = 45.58%
R=24.11%
G=30.31%
B=45.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011271910.470.3400.25222.6741.2857.25
Hex657FBF2F22019df2939
Octal14517727757420313375171
Binary110010111111111011111110111110001001100111011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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