Html Css Color HEX #68009C Indigo

📋 copy color: '#68009C'

red 104 ◦ green 0 ◦ blue 156

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

Shades of Indigo #68009C

Tints of Indigo #68009C

RGB

 RED value IS 104 (41.02% from 255) = 40%

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

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

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68009C (or 0x68009C) is known color: Indigo. HEX triplet: 68, 00 and 9C. RGB value is (104,0,156). Sum of RGB (Red+Green+Blue) = 104+0+156=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #68009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68009C is #97FF63. Grayscale: #303030. Windows color (decimal): -9961316 or 10223720. OLE color: 10223720.

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

Color convert

RGB 104 0 156 -
CMYK 0.33 1 0 0.39
HSL 280º 1% 0.31% -
HSV(B) 280º 1% 0.61% -
XYZ 11.71 5.34 31.87 -
YUV 48.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 104 0 156 0.33 1 0 0.39 280 1 0.31
Hex 68 0 9C 21 64 0 27 118 64 1F
Octal 150 0 234 41 144 0 47 430 144 37
Binary 1101000 0 10011100 100001 1100100 0 100111 100011000 1100100 11111

Color Harmonies of #68009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68009C

Black with #68009C

Text Example


Text Example

White with #68009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68009C; }

 p { color: rgb(104,0,156); }

 H1.HeaderClassName
 {
   color: #68009C;
 }
 .AnyTagClassName
 {
   color: #68009C;
 }
</style>

background-color css

<style>
 a { background-color: #68009C; }

 a { background-color: rgb(104,0,156); }

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

border-color css

<style>
 span { border-color: #68009C; }

 span { border-color: rgb(104,0,156); }

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