Html Css Color HEX #6C029C Indigo

📋 copy color: '#6C029C'

red 108 ◦ green 2 ◦ blue 156

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

Shades of Indigo #6C029C

Tints of Indigo #6C029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 156 (61.33% from 255) = 58.65%

R = 40.6%
G = 0.75%
B = 58.65%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C029C (or 0x6C029C) is known color: Indigo. HEX triplet: 6C, 02 and 9C. RGB value is (108,2,156). Sum of RGB (Red+Green+Blue) = 108+2+156=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C029C is #93FD63. Grayscale: #323232. Windows color (decimal): -9698660 or 10224236. OLE color: 10224236.

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

Color convert

RGB 108 2 156 -
CMYK 0.31 0.99 0 0.39
HSL 281.3º 0.97% 0.31% -
HSV(B) 281.3º 0.99% 0.61% -
XYZ 12.21 5.63 31.9 -
YUV 51.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 108 2 156 0.31 0.99 0 0.39 281.3 0.97 0.31
Hex 6C 2 9C 1F 63 0 27 119 61 1F
Octal 154 2 234 37 143 0 47 431 141 37
Binary 1101100 10 10011100 11111 1100011 0 100111 100011001 1100001 11111

Color Harmonies of #6C029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C029C

Black with #6C029C

Text Example


Text Example

White with #6C029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,156); }

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

background-color css

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

 a { background-color: rgb(108,2,156); }

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

border-color css

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

 span { border-color: rgb(108,2,156); }

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