#6D6FD5

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

Shades of Slate Blue #6D6FD5

Tints of Slate Blue #6D6FD5

Color information

#6D6FD5 (or 0x6D6FD5) is unknown color: approx Slate Blue. HEX triplet: 6D, 6F and D5. RGB value is (109,111,213). Sum of RGB (Red+Green+Blue) = 109+111+213=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #6D6FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FD5 is #92902A. Grayscale: #797979. Windows color (decimal): -9605163 or 13987693. OLE color: 13987693.

HSL color Cylindrical-coordinate representation of color #6D6FD5: hue angle of 238.85º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D6FD5 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109111213-
CMYK0.490.4800.16
HSL238.85º55.32%63.14%-
HSV(B)238.85º48.83%83.53%-
XYZ2419.4265.44-
YUV122.03179.34118.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.17%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 213 (83.59% from 255) = 49.19%
R=25.17%
G=25.64%
B=49.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091112130.490.4800.16238.8555.3263.14
Hex6D6FD53130010ef373f
Octal15515732561600203576777
Binary110110111011111101010111000111000001000011101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,111,213); }

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

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

 a { background-color: rgb(109,111,213); }

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

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

 span { border-color: rgb(109,111,213); }

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