Html Css Color HEX #6B009B Indigo

📋 copy color: '#6B009B'

red 107 ◦ green 0 ◦ blue 155

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

Shades of Indigo #6B009B

Tints of Indigo #6B009B

RGB

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

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

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

R = 40.84%
G = 0%
B = 59.16%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B009B (or 0x6B009B) is known color: Indigo. HEX triplet: 6B, 00 and 9B. RGB value is (107,0,155). Sum of RGB (Red+Green+Blue) = 107+0+155=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B009B is #94FF64. Grayscale: #313131. Windows color (decimal): -9764709 or 10158187. OLE color: 10158187.

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

Color convert

RGB 107 0 155 -
CMYK 0.31 1 0 0.39
HSL 281.42º 1% 0.3% -
HSV(B) 281.42º 1% 0.61% -
XYZ 11.98 5.49 31.44 -
YUV 49.66 187.45 168.9 -
System Red Green Blue C M Y K H S L
Decimal 107 0 155 0.31 1 0 0.39 281.42 1 0.3
Hex 6B 0 9B 1F 64 0 27 119 64 1E
Octal 153 0 233 37 144 0 47 431 144 36
Binary 1101011 0 10011011 11111 1100100 0 100111 100011001 1100100 11110

Color Harmonies of #6B009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B009B

Black with #6B009B

Text Example


Text Example

White with #6B009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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