Html Css Color HEX #6B0E97 Indigo

📋 copy color: '#6B0E97'

red 107 ◦ green 14 ◦ blue 151

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

Shades of Indigo #6B0E97

Tints of Indigo #6B0E97

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.15%

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 39.34%
G = 5.15%
B = 55.51%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B0E97 (or 0x6B0E97) is known color: Indigo. HEX triplet: 6B, 0E and 97. RGB value is (107,14,151). Sum of RGB (Red+Green+Blue) = 107+14+151=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B0E97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0E97 is #94F168. Grayscale: #383838. Windows color (decimal): -9761129 or 9899627. OLE color: 9899627.

HSL color Cylindrical-coordinate representation of color #6B0E97: hue angle of 280.73º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0E97 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 14 151 -
CMYK 0.29 0.91 0 0.41
HSL 280.73º 0.83% 0.32% -
HSV(B) 280.73º 0.91% 0.59% -
XYZ 11.81 5.67 29.75 -
YUV 57.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 107 14 151 0.29 0.91 0 0.41 280.73 0.83 0.32
Hex 6B E 97 1D 5B 0 29 119 53 20
Octal 153 16 227 35 133 0 51 431 123 40
Binary 1101011 1110 10010111 11101 1011011 0 101001 100011001 1010011 100000

Color Harmonies of #6B0E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0E97

Black with #6B0E97

Text Example


Text Example

White with #6B0E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,14,151); }

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

background-color css

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

 a { background-color: rgb(107,14,151); }

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

border-color css

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

 span { border-color: rgb(107,14,151); }

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