#6C46CD

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

Shades of Slate Blue #6C46CD

Tints of Slate Blue #6C46CD

Color information

#6C46CD (or 0x6C46CD) is unknown color: approx Slate Blue. HEX triplet: 6C, 46 and CD. RGB value is (108,70,205). Sum of RGB (Red+Green+Blue) = 108+70+205=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C46CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C46CD is #93B932. Grayscale: #606060. Windows color (decimal): -9681203 or 13452908. OLE color: 13452908.

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

Color convert

RGB10870205-
CMYK0.470.6600.20
HSL256.89º57.45%53.92%-
HSV(B)256.89º65.85%80.39%-
XYZ19.3911.9859.05-
YUV96.75189.09136.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=28.20%
G=18.28%
B=53.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108702050.470.6600.20256.8957.4553.92
Hex6C46CD2F420141013936
Octal154106315571020244017166
Binary11011001000110110011011011111000010010100100000001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C46CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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