Html Css Color HEX #68099F Indigo

📋 copy color: '#68099F'

red 104 ◦ green 9 ◦ blue 159

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

Shades of Indigo #68099F

Tints of Indigo #68099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.46%

R = 38.24%
G = 3.31%
B = 58.46%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68099F (or 0x68099F) is known color: Indigo. HEX triplet: 68, 09 and 9F. RGB value is (104,9,159). Sum of RGB (Red+Green+Blue) = 104+9+159=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #68099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68099F is #97F660. Grayscale: #363636. Windows color (decimal): -9959009 or 10422632. OLE color: 10422632.

HSL color Cylindrical-coordinate representation of color #68099F: hue angle of 278º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68099F is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 9 159 -
CMYK 0.35 0.94 0 0.38
HSL 278º 0.89% 0.33% -
HSV(B) 278º 0.94% 0.62% -
XYZ 12.06 5.64 33.25 -
YUV 54.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 104 9 159 0.35 0.94 0 0.38 278 0.89 0.33
Hex 68 9 9F 23 5E 0 26 116 59 21
Octal 150 11 237 43 136 0 46 426 131 41
Binary 1101000 1001 10011111 100011 1011110 0 100110 100010110 1011001 100001

Color Harmonies of #68099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68099F

Black with #68099F

Text Example


Text Example

White with #68099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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