#6161C1

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

Shades of Slate Blue #6161C1

Tints of Slate Blue #6161C1

Color information

#6161C1 (or 0x6161C1) is unknown color: approx Slate Blue. HEX triplet: 61, 61 and C1. RGB value is (97,97,193). Sum of RGB (Red+Green+Blue) = 97+97+193=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #6161C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6161C1 is #9E9E3E. Grayscale: #6B6B6B. Windows color (decimal): -10395199 or 12673377. OLE color: 12673377.

HSL color Cylindrical-coordinate representation of color #6161C1: hue angle of 240º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6161C1 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9797193-
CMYK0.500.5000.24
HSL240º43.64%56.86%-
HSV(B)240º49.74%75.69%-
XYZ18.8314.9452.34-
YUV107.94176120.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=25.06%
G=25.06%
B=49.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97971930.500.5000.2424043.6456.86
Hex6161C13232018f02c39
Octal14114130162620303605471
Binary110000111000011100000111001011001001100011110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6161C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6161C1; }

 p { color: rgb(97,97,193); }

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

<style>
 a { background-color: #6161C1; }

 a { background-color: rgb(97,97,193); }

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

<style>
 span { border-color: #6161C1; }

 span { border-color: rgb(97,97,193); }

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