Html Css Color HEX #6D45AE Studio

📋 copy color: '#6D45AE'

red 109 ◦ green 69 ◦ blue 174

#6D45AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #6D45AE

Tints of Studio #6D45AE

RGB

 RED value IS 109 (42.97% from 255) = 30.97%

 GREEN value IS 69 (27.34% from 255) = 19.6%

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 30.97%
G = 19.6%
B = 49.43%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D45AE (or 0x6D45AE) is known color: Studio. HEX triplet: 6D, 45 and AE. RGB value is (109,69,174). Sum of RGB (Red+Green+Blue) = 109+69+174=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D45AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D45AE is #92BA51. Grayscale: #5C5C5C. Windows color (decimal): -9615954 or 11421037. OLE color: 11421037.

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

Color convert

RGB 109 69 174 -
CMYK 0.37 0.60 0 0.32
HSL 262.86º 0.43% 0.48% -
HSV(B) 262.86º 0.6% 0.68% -
XYZ 16.07 10.56 41.24 -
YUV 92.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 109 69 174 0.37 0.60 0 0.32 262.86 0.43 0.48
Hex 6D 45 AE 25 3C 0 20 107 2B 30
Octal 155 105 256 45 74 0 40 407 53 60
Binary 1101101 1000101 10101110 100101 111100 0 100000 100000111 101011 110000

Color Harmonies of #6D45AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D45AE

Black with #6D45AE

Text Example


Text Example

White with #6D45AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D45AE;
 }
 .AnyTagClassName
 {
   color: #6D45AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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