#6855CD

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

Shades of Slate Blue #6855CD

Tints of Slate Blue #6855CD

Color information

#6855CD (or 0x6855CD) is unknown color: approx Slate Blue. HEX triplet: 68, 55 and CD. RGB value is (104,85,205). Sum of RGB (Red+Green+Blue) = 104+85+205=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #6855CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855CD is #97AA32. Grayscale: #676767. Windows color (decimal): -9939507 or 13456744. OLE color: 13456744.

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

Color convert

RGB10485205-
CMYK0.490.5900.20
HSL249.5º54.55%56.86%-
HSV(B)249.5º58.54%80.39%-
XYZ19.9813.8559.38-
YUV104.36184.79127.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 205 (80.47% from 255) = 52.03%
R=26.40%
G=21.57%
B=52.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal104852050.490.5900.20249.554.5556.86
Hex6855CD313B014fa3739
Octal15012531561730243726771
Binary110100010101011100110111000111101101010011111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6855CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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