Html Css Color HEX #6B019E Indigo

📋 copy color: '#6B019E'

red 107 ◦ green 1 ◦ blue 158

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

Shades of Indigo #6B019E

Tints of Indigo #6B019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 40.23%
G = 0.38%
B = 59.4%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B019E (or 0x6B019E) is known color: Indigo. HEX triplet: 6B, 01 and 9E. RGB value is (107,1,158). Sum of RGB (Red+Green+Blue) = 107+1+158=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B019E is #94FE61. Grayscale: #323232. Windows color (decimal): -9764450 or 10355051. OLE color: 10355051.

HSL color Cylindrical-coordinate representation of color #6B019E: hue angle of 280.51º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B019E is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 1 158 -
CMYK 0.32 0.99 0 0.38
HSL 280.51º 0.99% 0.31% -
HSV(B) 280.51º 0.99% 0.62% -
XYZ 12.25 5.62 32.79 -
YUV 50.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 107 1 158 0.32 0.99 0 0.38 280.51 0.99 0.31
Hex 6B 1 9E 20 63 0 26 119 63 1F
Octal 153 1 236 40 143 0 46 431 143 37
Binary 1101011 1 10011110 100000 1100011 0 100110 100011001 1100011 11111

Color Harmonies of #6B019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B019E

Black with #6B019E

Text Example


Text Example

White with #6B019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,1,158); }

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

background-color css

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

 a { background-color: rgb(107,1,158); }

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

border-color css

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

 span { border-color: rgb(107,1,158); }

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