Html Css Color HEX #68099A Indigo

📋 copy color: '#68099A'

red 104 ◦ green 9 ◦ blue 154

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

Shades of Indigo #68099A

Tints of Indigo #68099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 38.95%
G = 3.37%
B = 57.68%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68099A (or 0x68099A) is known color: Indigo. HEX triplet: 68, 09 and 9A. RGB value is (104,9,154). Sum of RGB (Red+Green+Blue) = 104+9+154=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #68099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68099A is #97F665. Grayscale: #353535. Windows color (decimal): -9959014 or 10094952. OLE color: 10094952.

HSL color Cylindrical-coordinate representation of color #68099A: hue angle of 279.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68099A is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 9 154 -
CMYK 0.32 0.94 0 0.40
HSL 279.31º 0.89% 0.32% -
HSV(B) 279.31º 0.94% 0.6% -
XYZ 11.64 5.47 31.01 -
YUV 53.94 184.47 163.71 -
System Red Green Blue C M Y K H S L
Decimal 104 9 154 0.32 0.94 0 0.40 279.31 0.89 0.32
Hex 68 9 9A 20 5E 0 28 117 59 20
Octal 150 11 232 40 136 0 50 427 131 40
Binary 1101000 1001 10011010 100000 1011110 0 101000 100010111 1011001 100000

Color Harmonies of #68099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68099A

Black with #68099A

Text Example


Text Example

White with #68099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68099A; }

 p { color: rgb(104,9,154); }

 H1.HeaderClassName
 {
   color: #68099A;
 }
 .AnyTagClassName
 {
   color: #68099A;
 }
</style>

background-color css

<style>
 a { background-color: #68099A; }

 a { background-color: rgb(104,9,154); }

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

border-color css

<style>
 span { border-color: #68099A; }

 span { border-color: rgb(104,9,154); }

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