#6855D0

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

Shades of Slate Blue #6855D0

Tints of Slate Blue #6855D0

Color information

#6855D0 (or 0x6855D0) is unknown color: approx Slate Blue. HEX triplet: 68, 55 and D0. RGB value is (104,85,208). Sum of RGB (Red+Green+Blue) = 104+85+208=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #6855D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855D0 is #97AA2F. Grayscale: #686868. Windows color (decimal): -9939504 or 13653352. OLE color: 13653352.

HSL color Cylindrical-coordinate representation of color #6855D0: hue angle of 249.27º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6855D0 is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10485208-
CMYK0.50.5900.18
HSL249.27º56.68%57.45%-
HSV(B)249.27º59.13%81.57%-
XYZ20.3413.9961.3-
YUV104.7186.29127.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 208 (81.64% from 255) = 52.39%
R=26.20%
G=21.41%
B=52.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104852080.50.5900.18249.2756.6857.45
Hex6855D0323B012f93939
Octal15012532062730223717171
Binary110100010101011101000011001011101101001011111001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6855D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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