Html Css Color HEX #6D01AB Indigo

📋 copy color: '#6D01AB'

red 109 ◦ green 1 ◦ blue 171

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

Shades of Indigo #6D01AB

Tints of Indigo #6D01AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 38.79%
G = 0.36%
B = 60.85%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D01AB (or 0x6D01AB) is known color: Indigo. HEX triplet: 6D, 01 and AB. RGB value is (109,1,171). Sum of RGB (Red+Green+Blue) = 109+1+171=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D01AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D01AB is #92FE54. Grayscale: #343434. Windows color (decimal): -9633365 or 11207021. OLE color: 11207021.

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

Color convert

RGB 109 1 171 -
CMYK 0.36 0.99 0 0.33
HSL 278.12º 0.99% 0.34% -
HSV(B) 278.12º 0.99% 0.67% -
XYZ 13.67 6.21 39.01 -
YUV 52.67 194.78 168.18 -
System Red Green Blue C M Y K H S L
Decimal 109 1 171 0.36 0.99 0 0.33 278.12 0.99 0.34
Hex 6D 1 AB 24 63 0 21 116 63 22
Octal 155 1 253 44 143 0 41 426 143 42
Binary 1101101 1 10101011 100100 1100011 0 100001 100010110 1100011 100010

Color Harmonies of #6D01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D01AB

Black with #6D01AB

Text Example


Text Example

White with #6D01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,171); }

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

background-color css

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

 a { background-color: rgb(109,1,171); }

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

border-color css

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

 span { border-color: rgb(109,1,171); }

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