#6A52C1

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

Shades of Slate Blue #6A52C1

Tints of Slate Blue #6A52C1

Color information

#6A52C1 (or 0x6A52C1) is unknown color: approx Slate Blue. HEX triplet: 6A, 52 and C1. RGB value is (106,82,193). Sum of RGB (Red+Green+Blue) = 106+82+193=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A52C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A52C1 is #95AD3E. Grayscale: #656565. Windows color (decimal): -9809215 or 12669546. OLE color: 12669546.

HSL color Cylindrical-coordinate representation of color #6A52C1: hue angle of 252.97º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A52C1 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10682193-
CMYK0.450.5800.24
HSL252.97º47.23%53.92%-
HSV(B)252.97º57.51%75.69%-
XYZ18.5912.9551.97-
YUV101.83179.45130.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 193 (75.78% from 255) = 50.66%
R=27.82%
G=21.52%
B=50.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106821930.450.5800.24252.9747.2353.92
Hex6A52C12D3A018fd2f36
Octal15212230155720303755766
Binary110101010100101100000110110111101001100011111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,82,193); }

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

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

 a { background-color: rgb(106,82,193); }

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

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

 span { border-color: rgb(106,82,193); }

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