#6D6CCD

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

Shades of Slate Blue #6D6CCD

Tints of Slate Blue #6D6CCD

Color information

#6D6CCD (or 0x6D6CCD) is unknown color: approx Slate Blue. HEX triplet: 6D, 6C and CD. RGB value is (109,108,205). Sum of RGB (Red+Green+Blue) = 109+108+205=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CCD is #929332. Grayscale: #767676. Windows color (decimal): -9605939 or 13462637. OLE color: 13462637.

HSL color Cylindrical-coordinate representation of color #6D6CCD: hue angle of 240.62º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D6CCD is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109108205-
CMYK0.470.4700.20
HSL240.62º49.24%61.37%-
HSV(B)240.62º47.32%80.39%-
XYZ22.6918.3860.11-
YUV119.36176.33120.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.83%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=25.83%
G=25.59%
B=48.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091082050.470.4700.20240.6249.2461.37
Hex6D6CCD2F2F014f1313d
Octal15515431557570243616175
Binary110110111011001100110110111110111101010011110001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,205); }

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

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

 a { background-color: rgb(109,108,205); }

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

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

 span { border-color: rgb(109,108,205); }

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