Html Css Color HEX #6B009A Indigo

📋 copy color: '#6B009A'

red 107 ◦ green 0 ◦ blue 154

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

Shades of Indigo #6B009A

Tints of Indigo #6B009A

RGB

 RED value IS 107 (42.19% from 255) = 41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 59%

R = 41%
G = 0%
B = 59%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B009A (or 0x6B009A) is known color: Indigo. HEX triplet: 6B, 00 and 9A. RGB value is (107,0,154). Sum of RGB (Red+Green+Blue) = 107+0+154=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B009A is #94FF65. Grayscale: #313131. Windows color (decimal): -9764710 or 10092651. OLE color: 10092651.

HSL color Cylindrical-coordinate representation of color #6B009A: hue angle of 281.69º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B009A is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 0 154 -
CMYK 0.31 1 0 0.40
HSL 281.69º 1% 0.3% -
HSV(B) 281.69º 1% 0.6% -
XYZ 11.9 5.46 31 -
YUV 49.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 107 0 154 0.31 1 0 0.40 281.69 1 0.3
Hex 6B 0 9A 1F 64 0 28 11A 64 1E
Octal 153 0 232 37 144 0 50 432 144 36
Binary 1101011 0 10011010 11111 1100100 0 101000 100011010 1100100 11110

Color Harmonies of #6B009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B009A

Black with #6B009A

Text Example


Text Example

White with #6B009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,154); }

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

background-color css

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

 a { background-color: rgb(107,0,154); }

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

border-color css

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

 span { border-color: rgb(107,0,154); }

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