#6845C9

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

Shades of Slate Blue #6845C9

Tints of Slate Blue #6845C9

Color information

#6845C9 (or 0x6845C9) is unknown color: approx Slate Blue. HEX triplet: 68, 45 and C9. RGB value is (104,69,201). Sum of RGB (Red+Green+Blue) = 104+69+201=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #6845C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6845C9 is #97BA36. Grayscale: #5E5E5E. Windows color (decimal): -9943607 or 13190504. OLE color: 13190504.

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

Color convert

RGB10469201-
CMYK0.480.6600.21
HSL255.91º55%52.94%-
HSV(B)255.91º65.67%78.82%-
XYZ18.3811.4256.49-
YUV94.51188.1134.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 201 (78.91% from 255) = 53.74%
R=27.81%
G=18.45%
B=53.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104692010.480.6600.21255.915552.94
Hex6845C930420151003735
Octal150105311601020254006765
Binary11010001000101110010011100001000010010101100000000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6845C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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