#656FBE

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

Shades of Chetwode Blue #656FBE

Tints of Chetwode Blue #656FBE

Color information

#656FBE (or 0x656FBE) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and BE. RGB value is (101,111,190). Sum of RGB (Red+Green+Blue) = 101+111+190=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #656FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FBE is #9A9041. Grayscale: #747474. Windows color (decimal): -10129474 or 12480357. OLE color: 12480357.

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

Color convert

RGB101111190-
CMYK0.470.4200.25
HSL233.26º40.64%57.06%-
HSV(B)233.26º46.84%74.51%-
XYZ20.3517.8551.09-
YUV117.02169.19116.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=25.12%
G=27.61%
B=47.26%

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
Decimal1011111900.470.4200.25233.2640.6457.06
Hex656FBE2F2A019e92939
Octal14515727657520313515171
Binary110010111011111011111010111110101001100111101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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