#656BCC

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

Shades of Slate Blue #656BCC

Tints of Slate Blue #656BCC

Color information

#656BCC (or 0x656BCC) is unknown color: approx Slate Blue. HEX triplet: 65, 6B and CC. RGB value is (101,107,204). Sum of RGB (Red+Green+Blue) = 101+107+204=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #656BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BCC is #9A9433. Grayscale: #737373. Windows color (decimal): -10130484 or 13396837. OLE color: 13396837.

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

Color convert

RGB101107204-
CMYK0.500.4800.2
HSL236.5º50.24%59.8%-
HSV(B)236.5º50.49%80%-
XYZ21.5217.6459.4-
YUV116.26177.51117.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=24.51%
G=25.97%
B=49.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011072040.500.4800.2236.550.2459.8
Hex656BCC3230014ed323c
Octal14515331462600243556274
Binary110010111010111100110011001011000001010011101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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