#656FBF

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

Shades of Chetwode Blue #656FBF

Tints of Chetwode Blue #656FBF

Color information

#656FBF (or 0x656FBF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and BF. RGB value is (101,111,191). Sum of RGB (Red+Green+Blue) = 101+111+191=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #656FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FBF is #9A9040. Grayscale: #747474. Windows color (decimal): -10129473 or 12545893. OLE color: 12545893.

HSL color Cylindrical-coordinate representation of color #656FBF: hue angle of 233.33º 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 #656FBF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101111191-
CMYK0.470.4200.25
HSL233.33º41.28%57.25%-
HSV(B)233.33º47.12%74.9%-
XYZ20.4617.951.67-
YUV117.13169.69116.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 191 (75% from 255) = 47.39%
R=25.06%
G=27.54%
B=47.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011111910.470.4200.25233.3341.2857.25
Hex656FBF2F2A019e92939
Octal14515727757520313515171
Binary110010111011111011111110111110101001100111101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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