Html Css Color HEX #6903AA Indigo

📋 copy color: '#6903AA'

red 105 ◦ green 3 ◦ blue 170

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

Shades of Indigo #6903AA

Tints of Indigo #6903AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 37.77%
G = 1.08%
B = 61.15%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6903AA (or 0x6903AA) is known color: Indigo. HEX triplet: 69, 03 and AA. RGB value is (105,3,170). Sum of RGB (Red+Green+Blue) = 105+3+170=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #6903AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6903AA is #96FC55. Grayscale: #333333. Windows color (decimal): -9894998 or 11141993. OLE color: 11141993.

HSL color Cylindrical-coordinate representation of color #6903AA: hue angle of 276.65º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6903AA is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 3 170 -
CMYK 0.38 0.98 0 0.33
HSL 276.65º 0.97% 0.34% -
HSV(B) 276.65º 0.98% 0.67% -
XYZ 13.11 5.97 38.49 -
YUV 52.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 105 3 170 0.38 0.98 0 0.33 276.65 0.97 0.34
Hex 69 3 AA 26 62 0 21 115 61 22
Octal 151 3 252 46 142 0 41 425 141 42
Binary 1101001 11 10101010 100110 1100010 0 100001 100010101 1100001 100010

Color Harmonies of #6903AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6903AA

Black with #6903AA

Text Example


Text Example

White with #6903AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6903AA; }

 p { color: rgb(105,3,170); }

 H1.HeaderClassName
 {
   color: #6903AA;
 }
 .AnyTagClassName
 {
   color: #6903AA;
 }
</style>

background-color css

<style>
 a { background-color: #6903AA; }

 a { background-color: rgb(105,3,170); }

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

border-color css

<style>
 span { border-color: #6903AA; }

 span { border-color: rgb(105,3,170); }

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