#6161dd

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

Shades of Slate Blue #6161DD

Tints of Slate Blue #6161DD

Color information

#6161DD (or 0x6161DD) is unknown color: approx Slate Blue. HEX triplet: 61, 61 and DD. RGB value is (97,97,221). Sum of RGB (Red+Green+Blue) = 97+97+221=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #6161DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6161DD is #9E9E22. Grayscale: #6E6E6E. Windows color (decimal): -10395171 or 14508385. OLE color: 14508385.

HSL color Cylindrical-coordinate representation of color #6161DD: hue angle of 240º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6161DD is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9797221-
CMYK0.560.5600.13
HSL240º64.58%62.35%-
HSV(B)240º56.11%86.67%-
XYZ22.2616.3170.38-
YUV111.14190117.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=23.37%
G=23.37%
B=53.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97972210.560.5600.1324064.5862.35
Hex6161DD38380Df0413e
Octal141141335707001536010176
Binary110000111000011101110111100011100001101111100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6161dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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