#656FC2

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

Shades of Chetwode Blue #656FC2

Tints of Chetwode Blue #656FC2

Color information

#656FC2 (or 0x656FC2) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and C2. RGB value is (101,111,194). Sum of RGB (Red+Green+Blue) = 101+111+194=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #656FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FC2 is #9A903D. Grayscale: #757575. Windows color (decimal): -10129470 or 12742501. OLE color: 12742501.

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

Color convert

RGB101111194-
CMYK0.480.4300.24
HSL233.55º43.26%57.84%-
HSV(B)233.55º47.94%76.08%-
XYZ20.7918.0353.42-
YUV117.47171.19116.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 194 (76.17% from 255) = 47.78%
R=24.88%
G=27.34%
B=47.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011111940.480.4300.24233.5543.2657.84
Hex656FC2302B018ea2b3a
Octal14515730260530303525372
Binary110010111011111100001011000010101101100011101010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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