#6A52CD

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

Shades of Slate Blue #6A52CD

Tints of Slate Blue #6A52CD

Color information

#6A52CD (or 0x6A52CD) is unknown color: approx Slate Blue. HEX triplet: 6A, 52 and CD. RGB value is (106,82,205). Sum of RGB (Red+Green+Blue) = 106+82+205=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A52CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A52CD is #95AD32. Grayscale: #666666. Windows color (decimal): -9809203 or 13455978. OLE color: 13455978.

HSL color Cylindrical-coordinate representation of color #6A52CD: hue angle of 251.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A52CD is Cyan = 0.48, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10682205-
CMYK0.480.600.20
HSL251.71º55.16%56.27%-
HSV(B)251.71º60%80.39%-
XYZ19.9813.5159.31-
YUV103.2185.45130-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.97%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 205 (80.47% from 255) = 52.16%
R=26.97%
G=20.87%
B=52.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106822050.480.600.20251.7155.1656.27
Hex6A52CD303C014fc3738
Octal15212231560740243746770
Binary110101010100101100110111000011110001010011111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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