#6C50C0

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

Shades of Slate Blue #6C50C0

Tints of Slate Blue #6C50C0

Color information

#6C50C0 (or 0x6C50C0) is unknown color: approx Slate Blue. HEX triplet: 6C, 50 and C0. RGB value is (108,80,192). Sum of RGB (Red+Green+Blue) = 108+80+192=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #6C50C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C50C0 is #93AF3F. Grayscale: #646464. Windows color (decimal): -9678656 or 12603500. OLE color: 12603500.

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

Color convert

RGB10880192-
CMYK0.440.5800.25
HSL255º47.06%53.33%-
HSV(B)255º58.33%75.29%-
XYZ18.5712.7351.35-
YUV101.14179.28132.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.42%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=28.42%
G=21.05%
B=50.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108801920.440.5800.2525547.0653.33
Hex6C50C02C3A019ff2f35
Octal15412030054720313775765
Binary110110010100001100000010110011101001100111111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C50C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,192); }

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

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

 a { background-color: rgb(108,80,192); }

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

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

 span { border-color: rgb(108,80,192); }

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