#6855C5

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

Shades of Slate Blue #6855C5

Tints of Slate Blue #6855C5

Color information

#6855C5 (or 0x6855C5) is unknown color: approx Slate Blue. HEX triplet: 68, 55 and C5. RGB value is (104,85,197). Sum of RGB (Red+Green+Blue) = 104+85+197=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #6855C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855C5 is #97AA3A. Grayscale: #676767. Windows color (decimal): -9939515 or 12932456. OLE color: 12932456.

HSL color Cylindrical-coordinate representation of color #6855C5: hue angle of 250.18º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6855C5 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10485197-
CMYK0.470.5700.23
HSL250.18º49.12%55.29%-
HSV(B)250.18º56.85%77.25%-
XYZ19.0413.4754.42-
YUV103.45180.79128.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 197 (77.34% from 255) = 51.04%
R=26.94%
G=22.02%
B=51.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal104851970.470.5700.23250.1849.1255.29
Hex6855C52F39017fa3137
Octal15012530557710273726167
Binary110100010101011100010110111111100101011111111010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6855C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6855C5; }

 p { color: rgb(104,85,197); }

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

<style>
 a { background-color: #6855C5; }

 a { background-color: rgb(104,85,197); }

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

<style>
 span { border-color: #6855C5; }

 span { border-color: rgb(104,85,197); }

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