#6C51A5

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

Shades of Studio #6C51A5

Tints of Studio #6C51A5

Color information

#6C51A5 (or 0x6C51A5) is unknown color: approx Studio. HEX triplet: 6C, 51 and A5. RGB value is (108,81,165). Sum of RGB (Red+Green+Blue) = 108+81+165=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #6C51A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C51A5 is #93AE5A. Grayscale: #626262. Windows color (decimal): -9678427 or 10834284. OLE color: 10834284.

HSL color Cylindrical-coordinate representation of color #6C51A5: hue angle of 259.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C51A5 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10881165-
CMYK0.350.5100.35
HSL259.29º34.15%48.24%-
HSV(B)259.29º50.91%64.71%-
XYZ15.9211.7937.03-
YUV98.65165.45134.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.51%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=30.51%
G=22.88%
B=46.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108811650.350.5100.35259.2934.1548.24
Hex6C51A523330231032230
Octal15412124543630434034260
Binary11011001010001101001011000111100110100011100000011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C51A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,81,165); }

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

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

 a { background-color: rgb(108,81,165); }

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

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

 span { border-color: rgb(108,81,165); }

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