#6C51D7

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

Shades of Slate Blue #6C51D7

Tints of Slate Blue #6C51D7

Color information

#6C51D7 (or 0x6C51D7) is unknown color: approx Slate Blue. HEX triplet: 6C, 51 and D7. RGB value is (108,81,215). Sum of RGB (Red+Green+Blue) = 108+81+215=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #6C51D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C51D7 is #93AE28. Grayscale: #676767. Windows color (decimal): -9678377 or 14111084. OLE color: 14111084.

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

Color convert

RGB10881215-
CMYK0.500.6200.16
HSL252.09º62.62%58.04%-
HSV(B)252.09º62.33%84.31%-
XYZ21.3913.9865.86-
YUV104.35190.45130.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.73%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 215 (84.38% from 255) = 53.22%
R=26.73%
G=20.05%
B=53.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal108812150.500.6200.16252.0962.6258.04
Hex6C51D7323E010fc3f3a
Octal15412132762760203747772
Binary110110010100011101011111001011111001000011111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C51D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,81,215); }

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

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

 a { background-color: rgb(108,81,215); }

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

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

 span { border-color: rgb(108,81,215); }

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