#6A48CE

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

Shades of Slate Blue #6A48CE

Tints of Slate Blue #6A48CE

Color information

#6A48CE (or 0x6A48CE) is unknown color: approx Slate Blue. HEX triplet: 6A, 48 and CE. RGB value is (106,72,206). Sum of RGB (Red+Green+Blue) = 106+72+206=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A48CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A48CE is #95B731. Grayscale: #606060. Windows color (decimal): -9811762 or 13518954. OLE color: 13518954.

HSL color Cylindrical-coordinate representation of color #6A48CE: hue angle of 255.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A48CE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10672206-
CMYK0.490.6500.19
HSL255.22º57.76%54.51%-
HSV(B)255.22º65.05%80.78%-
XYZ19.412.1659.72-
YUV97.44189.26134.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.60%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 206 (80.86% from 255) = 53.65%
R=27.60%
G=18.75%
B=53.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal106722060.490.6500.19255.2257.7654.51
Hex6A48CE3141013ff3a37
Octal152110316611010233777267
Binary1101010100100011001110110001100000101001111111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A48CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A48CE; }

 p { color: rgb(106,72,206); }

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

<style>
 a { background-color: #6A48CE; }

 a { background-color: rgb(106,72,206); }

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

<style>
 span { border-color: #6A48CE; }

 span { border-color: rgb(106,72,206); }

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