#6846CA

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

Shades of Slate Blue #6846CA

Tints of Slate Blue #6846CA

Color information

#6846CA (or 0x6846CA) is unknown color: approx Slate Blue. HEX triplet: 68, 46 and CA. RGB value is (104,70,202). Sum of RGB (Red+Green+Blue) = 104+70+202=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #6846CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6846CA is #97B935. Grayscale: #5E5E5E. Windows color (decimal): -9943350 or 13256296. OLE color: 13256296.

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

Color convert

RGB10470202-
CMYK0.490.6500.21
HSL255.45º55.46%53.33%-
HSV(B)255.45º65.35%79.22%-
XYZ18.5611.5957.14-
YUV95.21188.26134.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=27.66%
G=18.62%
B=53.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104702020.490.6500.21255.4555.4653.33
Hex6846CA3141015ff3735
Octal150106312611010253776765
Binary1101000100011011001010110001100000101010111111111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6846CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6846CA; }

 p { color: rgb(104,70,202); }

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

<style>
 a { background-color: #6846CA; }

 a { background-color: rgb(104,70,202); }

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

<style>
 span { border-color: #6846CA; }

 span { border-color: rgb(104,70,202); }

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