#6852DD

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

Shades of Slate Blue #6852DD

Tints of Slate Blue #6852DD

Color information

#6852DD (or 0x6852DD) is unknown color: approx Slate Blue. HEX triplet: 68, 52 and DD. RGB value is (104,82,221). Sum of RGB (Red+Green+Blue) = 104+82+221=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #6852DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6852DD is #97AD22. Grayscale: #676767. Windows color (decimal): -9940259 or 14504552. OLE color: 14504552.

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

Color convert

RGB10482221-
CMYK0.530.6300.13
HSL249.5º67.15%59.41%-
HSV(B)249.5º62.9%86.67%-
XYZ21.7814.270-
YUV104.42193.79127.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.55%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 221 (86.72% from 255) = 54.30%
R=25.55%
G=20.15%
B=54.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104822210.530.6300.13249.567.1559.41
Hex6852DD353F0Df9433b
Octal150122335657701537110373
Binary110100010100101101110111010111111101101111110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6852DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6852DD; }

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

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

<style>
 a { background-color: #6852DD; }

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

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

<style>
 span { border-color: #6852DD; }

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

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