#6B53C2

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

Shades of Slate Blue #6B53C2

Tints of Slate Blue #6B53C2

Color information

#6B53C2 (or 0x6B53C2) is unknown color: approx Slate Blue. HEX triplet: 6B, 53 and C2. RGB value is (107,83,194). Sum of RGB (Red+Green+Blue) = 107+83+194=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #6B53C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B53C2 is #94AC3D. Grayscale: #666666. Windows color (decimal): -9743422 or 12735339. OLE color: 12735339.

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

Color convert

RGB10783194-
CMYK0.450.5700.24
HSL252.97º47.64%54.31%-
HSV(B)252.97º57.22%76.08%-
XYZ18.8913.2152.59-
YUV102.83179.45130.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 194 (76.17% from 255) = 50.52%
R=27.86%
G=21.61%
B=50.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107831940.450.5700.24252.9747.6454.31
Hex6B53C22D39018fd3036
Octal15312330255710303756066
Binary110101110100111100001010110111100101100011111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B53C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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