#6161DC

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

Shades of Slate Blue #6161DC

Tints of Slate Blue #6161DC

Color information

#6161DC (or 0x6161DC) is unknown color: approx Slate Blue. HEX triplet: 61, 61 and DC. RGB value is (97,97,220). Sum of RGB (Red+Green+Blue) = 97+97+220=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #6161DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6161DC is #9E9E23. Grayscale: #6E6E6E. Windows color (decimal): -10395172 or 14442849. OLE color: 14442849.

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

Color convert

RGB9797220-
CMYK0.560.5600.14
HSL240º63.73%62.16%-
HSV(B)240º55.91%86.27%-
XYZ22.1216.2669.68-
YUV111.02189.5118-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 220 (86.33% from 255) = 53.14%
R=23.43%
G=23.43%
B=53.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97972200.560.5600.1424063.7362.16
Hex6161DC38380Ef0403e
Octal141141334707001636010076
Binary110000111000011101110011100011100001110111100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6161DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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