#6B52DD

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

Shades of Slate Blue #6B52DD

Tints of Slate Blue #6B52DD

Color information

#6B52DD (or 0x6B52DD) is unknown color: approx Slate Blue. HEX triplet: 6B, 52 and DD. RGB value is (107,82,221). Sum of RGB (Red+Green+Blue) = 107+82+221=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B52DD is #94AD22. Grayscale: #686868. Windows color (decimal): -9743651 or 14504555. OLE color: 14504555.

HSL color Cylindrical-coordinate representation of color #6B52DD: hue angle of 250.79º 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 #6B52DD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10782221-
CMYK0.520.6300.13
HSL250.79º67.15%59.41%-
HSV(B)250.79º62.9%86.67%-
XYZ22.1314.3870.02-
YUV105.32193.28129.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.10%
GREEN value IS 82 (32.42% from 255) = 20%
BLUE value IS 221 (86.72% from 255) = 53.90%
R=26.10%
G=20%
B=53.90%

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
Decimal107822210.520.6300.13250.7967.1559.41
Hex6B52DD343F0Dfb433b
Octal153122335647701537310373
Binary110101110100101101110111010011111101101111110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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