#656FBB

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

Shades of Chetwode Blue #656FBB

Tints of Chetwode Blue #656FBB

Color information

#656FBB (or 0x656FBB) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and BB. RGB value is (101,111,187). Sum of RGB (Red+Green+Blue) = 101+111+187=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #656FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FBB is #9A9044. Grayscale: #747474. Windows color (decimal): -10129477 or 12283749. OLE color: 12283749.

HSL color Cylindrical-coordinate representation of color #656FBB: hue angle of 233.02º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #656FBB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101111187-
CMYK0.460.4100.27
HSL233.02º38.74%56.47%-
HSV(B)233.02º45.99%73.33%-
XYZ20.0217.7249.38-
YUV116.67167.69116.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=25.31%
G=27.82%
B=46.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011111870.460.4100.27233.0238.7456.47
Hex656FBB2E2901Be92738
Octal14515727356510333514770
Binary110010111011111011101110111010100101101111101001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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