#6A51CA

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

Shades of Slate Blue #6A51CA

Tints of Slate Blue #6A51CA

Color information

#6A51CA (or 0x6A51CA) is unknown color: approx Slate Blue. HEX triplet: 6A, 51 and CA. RGB value is (106,81,202). Sum of RGB (Red+Green+Blue) = 106+81+202=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A51CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A51CA is #95AE35. Grayscale: #656565. Windows color (decimal): -9809462 or 13259114. OLE color: 13259114.

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

Color convert

RGB10681202-
CMYK0.480.6000.21
HSL252.4º53.3%55.49%-
HSV(B)252.4º59.9%79.22%-
XYZ19.5513.2157.4-
YUV102.27184.28130.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.25%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=27.25%
G=20.82%
B=51.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106812020.480.6000.21252.453.355.49
Hex6A51CA303C015fc3537
Octal15212131260740253746567
Binary110101010100011100101011000011110001010111111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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