#6652DD

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

Shades of Slate Blue #6652DD

Tints of Slate Blue #6652DD

Color information

#6652DD (or 0x6652DD) is unknown color: approx Slate Blue. HEX triplet: 66, 52 and DD. RGB value is (102,82,221). Sum of RGB (Red+Green+Blue) = 102+82+221=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #6652DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6652DD is #99AD22. Grayscale: #676767. Windows color (decimal): -10071331 or 14504550. OLE color: 14504550.

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

Color convert

RGB10282221-
CMYK0.540.6300.13
HSL248.63º67.15%59.41%-
HSV(B)248.63º62.9%86.67%-
XYZ21.5514.0869.99-
YUV103.83194.13126.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 221 (86.72% from 255) = 54.57%
R=25.19%
G=20.25%
B=54.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102822210.540.6300.13248.6367.1559.41
Hex6652DD363F0Df9433b
Octal146122335667701537110373
Binary110011010100101101110111011011111101101111110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6652DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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