#6652C6

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

Shades of Slate Blue #6652C6

Tints of Slate Blue #6652C6

Color information

#6652C6 (or 0x6652C6) is unknown color: approx Slate Blue. HEX triplet: 66, 52 and C6. RGB value is (102,82,198). Sum of RGB (Red+Green+Blue) = 102+82+198=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #6652C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6652C6 is #99AD39. Grayscale: #646464. Windows color (decimal): -10071354 or 12997222. OLE color: 12997222.

HSL color Cylindrical-coordinate representation of color #6652C6: hue angle of 250.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6652C6 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10282198-
CMYK0.480.5900.22
HSL250.34º50.43%54.9%-
HSV(B)250.34º58.59%77.65%-
XYZ18.6912.9454.94-
YUV101.2182.63128.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 198 (77.73% from 255) = 51.83%
R=26.70%
G=21.47%
B=51.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102821980.480.5900.22250.3450.4354.9
Hex6652C6303B016fa3237
Octal14612230660730263726267
Binary110011010100101100011011000011101101011011111010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6652C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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