#6D61C5

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

Shades of Slate Blue #6D61C5

Tints of Slate Blue #6D61C5

Color information

#6D61C5 (or 0x6D61C5) is unknown color: approx Slate Blue. HEX triplet: 6D, 61 and C5. RGB value is (109,97,197). Sum of RGB (Red+Green+Blue) = 109+97+197=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D61C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D61C5 is #929E3A. Grayscale: #6F6F6F. Windows color (decimal): -9608763 or 12935533. OLE color: 12935533.

HSL color Cylindrical-coordinate representation of color #6D61C5: hue angle of 247.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D61C5 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10997197-
CMYK0.450.5100.23
HSL247.2º46.3%57.65%-
HSV(B)247.2º50.76%77.25%-
XYZ20.6615.8354.79-
YUV111.99175.98125.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.05%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 197 (77.34% from 255) = 48.88%
R=27.05%
G=24.07%
B=48.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal109971970.450.5100.23247.246.357.65
Hex6D61C52D33017f72e3a
Octal15514130555630273675672
Binary110110111000011100010110110111001101011111110111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D61C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D61C5; }

 p { color: rgb(109,97,197); }

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

<style>
 a { background-color: #6D61C5; }

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

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

<style>
 span { border-color: #6D61C5; }

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

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