#656fcc

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

Shades of Chetwode Blue #656FCC

Tints of Chetwode Blue #656FCC

Color information

#656FCC (or 0x656FCC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and CC. RGB value is (101,111,204). Sum of RGB (Red+Green+Blue) = 101+111+204=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #656FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FCC is #9A9033. Grayscale: #767676. Windows color (decimal): -10129460 or 13397861. OLE color: 13397861.

HSL color Cylindrical-coordinate representation of color #656FCC: hue angle of 234.17º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656FCC is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB101111204-
CMYK0.500.4600.2
HSL234.17º50.24%59.8%-
HSV(B)234.17º50.49%80%-
XYZ21.9518.559.54-
YUV118.61176.19115.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=24.28%
G=26.68%
B=49.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011112040.500.4600.2234.1750.2459.8
Hex656FCC322E014ea323c
Octal14515731462560243526274
Binary110010111011111100110011001010111001010011101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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