Html Css Color HEX #6C46AA Studio

📋 copy color: '#6C46AA'

red 108 ◦ green 70 ◦ blue 170

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

Shades of Studio #6C46AA

Tints of Studio #6C46AA

RGB

 RED value IS 108 (42.58% from 255) = 31.03%

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 31.03%
G = 20.11%
B = 48.85%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C46AA (or 0x6C46AA) is known color: Studio. HEX triplet: 6C, 46 and AA. RGB value is (108,70,170). Sum of RGB (Red+Green+Blue) = 108+70+170=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C46AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C46AA is #93B955. Grayscale: #5C5C5C. Windows color (decimal): -9681238 or 11159148. OLE color: 11159148.

HSL color Cylindrical-coordinate representation of color #6C46AA: hue angle of 262.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C46AA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 70 170 -
CMYK 0.36 0.59 0 0.33
HSL 262.8º 0.42% 0.47% -
HSV(B) 262.8º 0.59% 0.67% -
XYZ 15.63 10.47 39.23 -
YUV 92.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 108 70 170 0.36 0.59 0 0.33 262.8 0.42 0.47
Hex 6C 46 AA 24 3B 0 21 107 2A 2F
Octal 154 106 252 44 73 0 41 407 52 57
Binary 1101100 1000110 10101010 100100 111011 0 100001 100000111 101010 101111

Color Harmonies of #6C46AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C46AA

Black with #6C46AA

Text Example


Text Example

White with #6C46AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,170); }

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

background-color css

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

 a { background-color: rgb(108,70,170); }

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

border-color css

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

 span { border-color: rgb(108,70,170); }

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