#6B50C2

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

Shades of Slate Blue #6B50C2

Tints of Slate Blue #6B50C2

Color information

#6B50C2 (or 0x6B50C2) is unknown color: approx Slate Blue. HEX triplet: 6B, 50 and C2. RGB value is (107,80,194). Sum of RGB (Red+Green+Blue) = 107+80+194=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #6B50C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B50C2 is #94AF3D. Grayscale: #646464. Windows color (decimal): -9744190 or 12734571. OLE color: 12734571.

HSL color Cylindrical-coordinate representation of color #6B50C2: hue angle of 254.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B50C2 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10780194-
CMYK0.450.5900.24
HSL254.21º48.31%53.73%-
HSV(B)254.21º58.76%76.08%-
XYZ18.6712.7652.52-
YUV101.07180.45132.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 194 (76.17% from 255) = 50.92%
R=28.08%
G=21.00%
B=50.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107801940.450.5900.24254.2148.3153.73
Hex6B50C22D3B018fe3036
Octal15312030255730303766066
Binary110101110100001100001010110111101101100011111110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B50C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,194); }

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

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

 a { background-color: rgb(107,80,194); }

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

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

 span { border-color: rgb(107,80,194); }

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