#6B52C2

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

Shades of Slate Blue #6B52C2

Tints of Slate Blue #6B52C2

Color information

#6B52C2 (or 0x6B52C2) is unknown color: approx Slate Blue. HEX triplet: 6B, 52 and C2. RGB value is (107,82,194). Sum of RGB (Red+Green+Blue) = 107+82+194=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #6B52C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B52C2 is #94AD3D. Grayscale: #656565. Windows color (decimal): -9743678 or 12735083. OLE color: 12735083.

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

Color convert

RGB10782194-
CMYK0.450.5800.24
HSL253.39º47.86%54.12%-
HSV(B)253.39º57.73%76.08%-
XYZ18.8213.0652.57-
YUV102.24179.78131.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.94%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 194 (76.17% from 255) = 50.65%
R=27.94%
G=21.41%
B=50.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107821940.450.5800.24253.3947.8654.12
Hex6B52C22D3A018fd3036
Octal15312230255720303756066
Binary110101110100101100001010110111101001100011111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B52C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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