#6853C9

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

Shades of Slate Blue #6853C9

Tints of Slate Blue #6853C9

Color information

#6853C9 (or 0x6853C9) is unknown color: approx Slate Blue. HEX triplet: 68, 53 and C9. RGB value is (104,83,201). Sum of RGB (Red+Green+Blue) = 104+83+201=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #6853C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6853C9 is #97AC36. Grayscale: #666666. Windows color (decimal): -9940023 or 13194088. OLE color: 13194088.

HSL color Cylindrical-coordinate representation of color #6853C9: hue angle of 250.68º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6853C9 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10483201-
CMYK0.480.5900.21
HSL250.68º52.21%55.69%-
HSV(B)250.68º58.71%78.82%-
XYZ19.3413.3556.81-
YUV102.73183.46128.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 201 (78.91% from 255) = 51.80%
R=26.80%
G=21.39%
B=51.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104832010.480.5900.21250.6852.2155.69
Hex6853C9303B015fb3438
Octal15012331160730253736470
Binary110100010100111100100111000011101101010111111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6853C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6853C9; }

 p { color: rgb(104,83,201); }

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

<style>
 a { background-color: #6853C9; }

 a { background-color: rgb(104,83,201); }

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

<style>
 span { border-color: #6853C9; }

 span { border-color: rgb(104,83,201); }

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