#656CBF

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

Shades of Chetwode Blue #656CBF

Tints of Chetwode Blue #656CBF

Color information

#656CBF (or 0x656CBF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and BF. RGB value is (101,108,191). Sum of RGB (Red+Green+Blue) = 101+108+191=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #656CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CBF is #9A9340. Grayscale: #737373. Windows color (decimal): -10130241 or 12545125. OLE color: 12545125.

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

Color convert

RGB101108191-
CMYK0.470.4300.25
HSL235.33º41.28%57.25%-
HSV(B)235.33º47.12%74.9%-
XYZ20.1317.2551.56-
YUV115.37170.68117.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 191 (75% from 255) = 47.75%
R=25.25%
G=27%
B=47.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011081910.470.4300.25235.3341.2857.25
Hex656CBF2F2B019eb2939
Octal14515427757530313535171
Binary110010111011001011111110111110101101100111101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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