#6A4BCA

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

Shades of Slate Blue #6A4BCA

Tints of Slate Blue #6A4BCA

Color information

#6A4BCA (or 0x6A4BCA) is unknown color: approx Slate Blue. HEX triplet: 6A, 4B and CA. RGB value is (106,75,202). Sum of RGB (Red+Green+Blue) = 106+75+202=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A4BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BCA is #95B435. Grayscale: #626262. Windows color (decimal): -9810998 or 13257578. OLE color: 13257578.

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

Color convert

RGB10675202-
CMYK0.480.6300.21
HSL254.65º54.51%54.31%-
HSV(B)254.65º62.87%79.22%-
XYZ19.1212.3657.26-
YUV98.75186.27133.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=27.68%
G=19.58%
B=52.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106752020.480.6300.21254.6554.5154.31
Hex6A4BCA303F015ff3736
Octal15211331260770253776766
Binary110101010010111100101011000011111101010111111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,202); }

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

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

 a { background-color: rgb(106,75,202); }

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

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

 span { border-color: rgb(106,75,202); }

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