#6C5FCA

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

Shades of Slate Blue #6C5FCA

Tints of Slate Blue #6C5FCA

Color information

#6C5FCA (or 0x6C5FCA) is unknown color: approx Slate Blue. HEX triplet: 6C, 5F and CA. RGB value is (108,95,202). Sum of RGB (Red+Green+Blue) = 108+95+202=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FCA is #93A035. Grayscale: #6E6E6E. Windows color (decimal): -9674806 or 13262700. OLE color: 13262700.

HSL color Cylindrical-coordinate representation of color #6C5FCA: hue angle of 247.29º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C5FCA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10895202-
CMYK0.470.5300.21
HSL247.29º50.23%58.24%-
HSV(B)247.29º52.97%79.22%-
XYZ20.9415.6457.79-
YUV111.08179.31125.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.67%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=26.67%
G=23.46%
B=49.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108952020.470.5300.21247.2950.2358.24
Hex6C5FCA2F35015f7323a
Octal15413731257650253676272
Binary110110010111111100101010111111010101010111110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,95,202); }

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

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

 a { background-color: rgb(108,95,202); }

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

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

 span { border-color: rgb(108,95,202); }

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