Html Css Color HEX #6A1299 Indigo

📋 copy color: '#6A1299'

red 106 ◦ green 18 ◦ blue 153

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

Shades of Indigo #6A1299

Tints of Indigo #6A1299

RGB

 RED value IS 106 (41.8% from 255) = 38.27%

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 153 (60.16% from 255) = 55.23%

R = 38.27%
G = 6.5%
B = 55.23%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A1299 (or 0x6A1299) is known color: Indigo. HEX triplet: 6A, 12 and 99. RGB value is (106,18,153). Sum of RGB (Red+Green+Blue) = 106+18+153=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A1299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1299 is #95ED66. Grayscale: #3B3B3B. Windows color (decimal): -9825639 or 10031722. OLE color: 10031722.

HSL color Cylindrical-coordinate representation of color #6A1299: hue angle of 279.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A1299 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 18 153 -
CMYK 0.31 0.88 0 0.4
HSL 279.11º 0.79% 0.34% -
HSV(B) 279.11º 0.88% 0.6% -
XYZ 11.91 5.8 30.63 -
YUV 59.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 106 18 153 0.31 0.88 0 0.4 279.11 0.79 0.34
Hex 6A 12 99 1F 58 0 28 117 4F 22
Octal 152 22 231 37 130 0 50 427 117 42
Binary 1101010 10010 10011001 11111 1011000 0 101000 100010111 1001111 100010

Color Harmonies of #6A1299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1299

Black with #6A1299

Text Example


Text Example

White with #6A1299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,18,153); }

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

background-color css

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

 a { background-color: rgb(106,18,153); }

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

border-color css

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

 span { border-color: rgb(106,18,153); }

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