#656EBF

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

Shades of Chetwode Blue #656EBF

Tints of Chetwode Blue #656EBF

Color information

#656EBF (or 0x656EBF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6E and BF. RGB value is (101,110,191). Sum of RGB (Red+Green+Blue) = 101+110+191=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #656EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EBF is #9A9140. Grayscale: #747474. Windows color (decimal): -10129729 or 12545637. OLE color: 12545637.

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

Color convert

RGB101110191-
CMYK0.470.4200.25
HSL234º41.28%57.25%-
HSV(B)234º47.12%74.9%-
XYZ20.3517.6851.63-
YUV116.54170.02116.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 191 (75% from 255) = 47.51%
R=25.12%
G=27.36%
B=47.51%

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
Decimal1011101910.470.4200.2523441.2857.25
Hex656EBF2F2A019ea2939
Octal14515627757520313525171
Binary110010111011101011111110111110101001100111101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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