#656CBC

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

Shades of Chetwode Blue #656CBC

Tints of Chetwode Blue #656CBC

Color information

#656CBC (or 0x656CBC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and BC. RGB value is (101,108,188). Sum of RGB (Red+Green+Blue) = 101+108+188=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #656CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CBC is #9A9343. Grayscale: #727272. Windows color (decimal): -10130244 or 12348517. OLE color: 12348517.

HSL color Cylindrical-coordinate representation of color #656CBC: hue angle of 235.17º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #656CBC is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB101108188-
CMYK0.460.4300.26
HSL235.17º39.37%56.67%-
HSV(B)235.17º46.28%73.73%-
XYZ19.8117.1249.84-
YUV115.03169.18118-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=25.44%
G=27.20%
B=47.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011081880.460.4300.26235.1739.3756.67
Hex656CBC2E2B01Aeb2739
Octal14515427456530323534771
Binary110010111011001011110010111010101101101011101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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