Html Css Color HEX #6B0D9B Indigo

📋 copy color: '#6B0D9B'

red 107 ◦ green 13 ◦ blue 155

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

Shades of Indigo #6B0D9B

Tints of Indigo #6B0D9B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.73%

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

R = 38.91%
G = 4.73%
B = 56.36%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B0D9B (or 0x6B0D9B) is known color: Indigo. HEX triplet: 6B, 0D and 9B. RGB value is (107,13,155). Sum of RGB (Red+Green+Blue) = 107+13+155=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B0D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0D9B is #94F264. Grayscale: #383838. Windows color (decimal): -9761381 or 10161515. OLE color: 10161515.

HSL color Cylindrical-coordinate representation of color #6B0D9B: hue angle of 279.72º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0D9B is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 13 155 -
CMYK 0.31 0.92 0 0.39
HSL 279.72º 0.85% 0.33% -
HSV(B) 279.72º 0.92% 0.61% -
XYZ 12.12 5.78 31.49 -
YUV 57.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 107 13 155 0.31 0.92 0 0.39 279.72 0.85 0.33
Hex 6B D 9B 1F 5C 0 27 118 55 21
Octal 153 15 233 37 134 0 47 430 125 41
Binary 1101011 1101 10011011 11111 1011100 0 100111 100011000 1010101 100001

Color Harmonies of #6B0D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D9B

Black with #6B0D9B

Text Example


Text Example

White with #6B0D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,13,155); }

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

background-color css

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

 a { background-color: rgb(107,13,155); }

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

border-color css

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

 span { border-color: rgb(107,13,155); }

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