#656BC2

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

Shades of Chetwode Blue #656BC2

Tints of Chetwode Blue #656BC2

Color information

#656BC2 (or 0x656BC2) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6B and C2. RGB value is (101,107,194). Sum of RGB (Red+Green+Blue) = 101+107+194=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #656BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BC2 is #9A943D. Grayscale: #727272. Windows color (decimal): -10130494 or 12741477. OLE color: 12741477.

HSL color Cylindrical-coordinate representation of color #656BC2: hue angle of 236.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #656BC2 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101107194-
CMYK0.480.4500.24
HSL236.13º43.26%57.84%-
HSV(B)236.13º47.94%76.08%-
XYZ20.3617.1853.28-
YUV115.12172.51117.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 194 (76.17% from 255) = 48.26%
R=25.12%
G=26.62%
B=48.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011071940.480.4500.24236.1343.2657.84
Hex656BC2302D018ec2b3a
Octal14515330260550303545372
Binary110010111010111100001011000010110101100011101100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,107,194); }

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

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

 a { background-color: rgb(101,107,194); }

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

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

 span { border-color: rgb(101,107,194); }

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