#656FBA

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

Shades of Chetwode Blue #656FBA

Tints of Chetwode Blue #656FBA

Color information

#656FBA (or 0x656FBA) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and BA. RGB value is (101,111,186). Sum of RGB (Red+Green+Blue) = 101+111+186=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #656FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FBA is #9A9045. Grayscale: #747474. Windows color (decimal): -10129478 or 12218213. OLE color: 12218213.

HSL color Cylindrical-coordinate representation of color #656FBA: hue angle of 232.94º degrees, saturation: 0.38, 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 #656FBA is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101111186-
CMYK0.460.4000.27
HSL232.94º38.12%56.27%-
HSV(B)232.94º45.7%72.94%-
XYZ19.9117.6848.82-
YUV116.56167.19116.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=25.38%
G=27.89%
B=46.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011111860.460.4000.27232.9438.1256.27
Hex656FBA2E2801Be92638
Octal14515727256500333514670
Binary110010111011111011101010111010100001101111101001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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