Html Css Color HEX #6C0999 Indigo

📋 copy color: '#6C0999'

red 108 ◦ green 9 ◦ blue 153

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

Shades of Indigo #6C0999

Tints of Indigo #6C0999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 40%
G = 3.33%
B = 56.67%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C0999 (or 0x6C0999) is known color: Indigo. HEX triplet: 6C, 09 and 99. RGB value is (108,9,153). Sum of RGB (Red+Green+Blue) = 108+9+153=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C0999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0999 is #93F666. Grayscale: #363636. Windows color (decimal): -9696871 or 10029420. OLE color: 10029420.

HSL color Cylindrical-coordinate representation of color #6C0999: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0999 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 9 153 -
CMYK 0.29 0.94 0 0.4
HSL 281.25º 0.89% 0.32% -
HSV(B) 281.25º 0.94% 0.6% -
XYZ 12.03 5.68 30.6 -
YUV 55.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 108 9 153 0.29 0.94 0 0.4 281.25 0.89 0.32
Hex 6C 9 99 1D 5E 0 28 119 59 20
Octal 154 11 231 35 136 0 50 431 131 40
Binary 1101100 1001 10011001 11101 1011110 0 101000 100011001 1011001 100000

Color Harmonies of #6C0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0999

Black with #6C0999

Text Example


Text Example

White with #6C0999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,9,153); }

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

background-color css

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

 a { background-color: rgb(108,9,153); }

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

border-color css

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

 span { border-color: rgb(108,9,153); }

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