Html Css Color HEX #6C05A2 Indigo

📋 copy color: '#6C05A2'

red 108 ◦ green 5 ◦ blue 162

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

Shades of Indigo #6C05A2

Tints of Indigo #6C05A2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 162 (63.67% from 255) = 58.91%

R = 39.27%
G = 1.82%
B = 58.91%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6C05A2 (or 0x6C05A2) is known color: Indigo. HEX triplet: 6C, 05 and A2. RGB value is (108,5,162). Sum of RGB (Red+Green+Blue) = 108+5+162=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #6C05A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C05A2 is #93FA5D. Grayscale: #353535. Windows color (decimal): -9697886 or 10618220. OLE color: 10618220.

HSL color Cylindrical-coordinate representation of color #6C05A2: hue angle of 279.36º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C05A2 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 5 162 -
CMYK 0.33 0.97 0 0.36
HSL 279.36º 0.94% 0.33% -
HSV(B) 279.36º 0.97% 0.64% -
XYZ 12.76 5.91 34.65 -
YUV 53.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 108 5 162 0.33 0.97 0 0.36 279.36 0.94 0.33
Hex 6C 5 A2 21 61 0 24 117 5E 21
Octal 154 5 242 41 141 0 44 427 136 41
Binary 1101100 101 10100010 100001 1100001 0 100100 100010111 1011110 100001

Color Harmonies of #6C05A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C05A2

Black with #6C05A2

Text Example


Text Example

White with #6C05A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,162); }

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

background-color css

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

 a { background-color: rgb(108,5,162); }

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

border-color css

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

 span { border-color: rgb(108,5,162); }

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