Html Css Color HEX #6901AB Indigo

📋 copy color: '#6901AB'

red 105 ◦ green 1 ◦ blue 171

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

Shades of Indigo #6901AB

Tints of Indigo #6901AB

RGB

 RED value IS 105 (41.41% from 255) = 37.91%

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

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

R = 37.91%
G = 0.36%
B = 61.73%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6901AB (or 0x6901AB) is known color: Indigo. HEX triplet: 69, 01 and AB. RGB value is (105,1,171). Sum of RGB (Red+Green+Blue) = 105+1+171=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #6901AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6901AB is #96FE54. Grayscale: #323232. Windows color (decimal): -9895509 or 11207017. OLE color: 11207017.

HSL color Cylindrical-coordinate representation of color #6901AB: hue angle of 276.71º 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 #6901AB is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 1 171 -
CMYK 0.39 0.99 0 0.33
HSL 276.71º 0.99% 0.34% -
HSV(B) 276.71º 0.99% 0.67% -
XYZ 13.19 5.97 38.98 -
YUV 51.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 105 1 171 0.39 0.99 0 0.33 276.71 0.99 0.34
Hex 69 1 AB 27 63 0 21 115 63 22
Octal 151 1 253 47 143 0 41 425 143 42
Binary 1101001 1 10101011 100111 1100011 0 100001 100010101 1100011 100010

Color Harmonies of #6901AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6901AB

Black with #6901AB

Text Example


Text Example

White with #6901AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6901AB; }

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

 H1.HeaderClassName
 {
   color: #6901AB;
 }
 .AnyTagClassName
 {
   color: #6901AB;
 }
</style>

background-color css

<style>
 a { background-color: #6901AB; }

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

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

border-color css

<style>
 span { border-color: #6901AB; }

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

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