#6D45AD

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

Shades of Studio #6D45AD

Tints of Studio #6D45AD

Color information

#6D45AD (or 0x6D45AD) is unknown color: approx Studio. HEX triplet: 6D, 45 and AD. RGB value is (109,69,173). Sum of RGB (Red+Green+Blue) = 109+69+173=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D45AD is #92BA52. Grayscale: #5C5C5C. Windows color (decimal): -9615955 or 11355501. OLE color: 11355501.

HSL color Cylindrical-coordinate representation of color #6D45AD: hue angle of 263.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D45AD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10969173-
CMYK0.370.6000.32
HSL263.08º42.98%47.45%-
HSV(B)263.08º60.12%67.84%-
XYZ15.9810.5240.72-
YUV92.82173.25139.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=31.05%
G=19.66%
B=49.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109691730.370.6000.32263.0842.9847.45
Hex6D45AD253C0201072b2f
Octal15510525545740404075357
Binary11011011000101101011011001011111000100000100000111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D45AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,173); }

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

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

 a { background-color: rgb(109,69,173); }

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

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

 span { border-color: rgb(109,69,173); }

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