Html Css Color HEX #6C0E9A Indigo

📋 copy color: '#6C0E9A'

red 108 ◦ green 14 ◦ blue 154

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

Shades of Indigo #6C0E9A

Tints of Indigo #6C0E9A

RGB

 RED value IS 108 (42.58% from 255) = 39.13%

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

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

R = 39.13%
G = 5.07%
B = 55.8%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C0E9A (or 0x6C0E9A) is known color: Indigo. HEX triplet: 6C, 0E and 9A. RGB value is (108,14,154). Sum of RGB (Red+Green+Blue) = 108+14+154=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C0E9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0E9A is #93F165. Grayscale: #393939. Windows color (decimal): -9695590 or 10096236. OLE color: 10096236.

HSL color Cylindrical-coordinate representation of color #6C0E9A: hue angle of 280.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0E9A is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 14 154 -
CMYK 0.30 0.91 0 0.40
HSL 280.29º 0.83% 0.33% -
HSV(B) 280.29º 0.91% 0.6% -
XYZ 12.17 5.84 31.06 -
YUV 58.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 108 14 154 0.30 0.91 0 0.40 280.29 0.83 0.33
Hex 6C E 9A 1E 5B 0 28 118 53 21
Octal 154 16 232 36 133 0 50 430 123 41
Binary 1101100 1110 10011010 11110 1011011 0 101000 100011000 1010011 100001

Color Harmonies of #6C0E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0E9A

Black with #6C0E9A

Text Example


Text Example

White with #6C0E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,14,154); }

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

background-color css

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

 a { background-color: rgb(108,14,154); }

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

border-color css

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

 span { border-color: rgb(108,14,154); }

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