#6A52DD

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

Shades of Slate Blue #6A52DD

Tints of Slate Blue #6A52DD

Color information

#6A52DD (or 0x6A52DD) is unknown color: approx Slate Blue. HEX triplet: 6A, 52 and DD. RGB value is (106,82,221). Sum of RGB (Red+Green+Blue) = 106+82+221=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A52DD is #95AD22. Grayscale: #686868. Windows color (decimal): -9809187 or 14504554. OLE color: 14504554.

HSL color Cylindrical-coordinate representation of color #6A52DD: hue angle of 250.36º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A52DD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10682221-
CMYK0.520.6300.13
HSL250.36º67.15%59.41%-
HSV(B)250.36º62.9%86.67%-
XYZ22.0114.3270.01-
YUV105.02193.45128.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.92%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 221 (86.72% from 255) = 54.03%
R=25.92%
G=20.05%
B=54.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106822210.520.6300.13250.3667.1559.41
Hex6A52DD343F0Dfa433b
Octal152122335647701537210373
Binary110101010100101101110111010011111101101111110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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