#656cbb

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

Shades of Chetwode Blue #656CBB

Tints of Chetwode Blue #656CBB

Color information

#656CBB (or 0x656CBB) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and BB. RGB value is (101,108,187). Sum of RGB (Red+Green+Blue) = 101+108+187=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #656CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CBB is #9A9344. Grayscale: #727272. Windows color (decimal): -10130245 or 12282981. OLE color: 12282981.

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

Color convert

RGB101108187-
CMYK0.460.4200.27
HSL235.12º38.74%56.47%-
HSV(B)235.12º45.99%73.33%-
XYZ19.717.0849.27-
YUV114.91168.68118.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=25.51%
G=27.27%
B=47.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011081870.460.4200.27235.1238.7456.47
Hex656CBB2E2A01Beb2738
Octal14515427356520333534770
Binary110010111011001011101110111010101001101111101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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