Html Css Color HEX #6C099B Indigo

📋 copy color: '#6C099B'

red 108 ◦ green 9 ◦ blue 155

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

Shades of Indigo #6C099B

Tints of Indigo #6C099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.99%

R = 39.71%
G = 3.31%
B = 56.99%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C099B (or 0x6C099B) is known color: Indigo. HEX triplet: 6C, 09 and 9B. RGB value is (108,9,155). Sum of RGB (Red+Green+Blue) = 108+9+155=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C099B is #93F664. Grayscale: #363636. Windows color (decimal): -9696869 or 10160492. OLE color: 10160492.

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

Color convert

RGB 108 9 155 -
CMYK 0.30 0.94 0 0.39
HSL 280.68º 0.89% 0.32% -
HSV(B) 280.68º 0.94% 0.61% -
XYZ 12.2 5.75 31.48 -
YUV 55.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 108 9 155 0.30 0.94 0 0.39 280.68 0.89 0.32
Hex 6C 9 9B 1E 5E 0 27 119 59 20
Octal 154 11 233 36 136 0 47 431 131 40
Binary 1101100 1001 10011011 11110 1011110 0 100111 100011001 1011001 100000

Color Harmonies of #6C099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C099B

Black with #6C099B

Text Example


Text Example

White with #6C099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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