#6A4CC0

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

Shades of Slate Blue #6A4CC0

Tints of Slate Blue #6A4CC0

Color information

#6A4CC0 (or 0x6A4CC0) is unknown color: approx Slate Blue. HEX triplet: 6A, 4C and C0. RGB value is (106,76,192). Sum of RGB (Red+Green+Blue) = 106+76+192=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A4CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4CC0 is #95B33F. Grayscale: #616161. Windows color (decimal): -9810752 or 12602474. OLE color: 12602474.

HSL color Cylindrical-coordinate representation of color #6A4CC0: hue angle of 255.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A4CC0 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10676192-
CMYK0.450.6000.25
HSL255.52º47.93%52.55%-
HSV(B)255.52º60.42%75.29%-
XYZ18.0412.0451.24-
YUV98.19180.94133.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.34%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 192 (75.39% from 255) = 51.34%
R=28.34%
G=20.32%
B=51.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106761920.450.6000.25255.5247.9352.55
Hex6A4CC02D3C0191003035
Octal15211430055740314006065
Binary1101010100110011000000101101111100011001100000000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,76,192); }

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

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

 a { background-color: rgb(106,76,192); }

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

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

 span { border-color: rgb(106,76,192); }

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