#656DBF

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

Shades of Chetwode Blue #656DBF

Tints of Chetwode Blue #656DBF

Color information

#656DBF (or 0x656DBF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6D and BF. RGB value is (101,109,191). Sum of RGB (Red+Green+Blue) = 101+109+191=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #656DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DBF is #9A9240. Grayscale: #737373. Windows color (decimal): -10129985 or 12545381. OLE color: 12545381.

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

Color convert

RGB101109191-
CMYK0.470.4300.25
HSL234.67º41.28%57.25%-
HSV(B)234.67º47.12%74.9%-
XYZ20.2417.4751.59-
YUV115.96170.35117.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 191 (75% from 255) = 47.63%
R=25.19%
G=27.18%
B=47.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011091910.470.4300.25234.6741.2857.25
Hex656DBF2F2B019eb2939
Octal14515527757530313535171
Binary110010111011011011111110111110101101100111101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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