Html Css Color HEX #68089F Indigo

📋 copy color: '#68089F'

red 104 ◦ green 8 ◦ blue 159

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

Shades of Indigo #68089F

Tints of Indigo #68089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

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

R = 38.38%
G = 2.95%
B = 58.67%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68089F (or 0x68089F) is known color: Indigo. HEX triplet: 68, 08 and 9F. RGB value is (104,8,159). Sum of RGB (Red+Green+Blue) = 104+8+159=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #68089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68089F is #97F760. Grayscale: #353535. Windows color (decimal): -9959265 or 10422376. OLE color: 10422376.

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

Color convert

RGB 104 8 159 -
CMYK 0.35 0.95 0 0.38
HSL 278.15º 0.9% 0.33% -
HSV(B) 278.15º 0.95% 0.62% -
XYZ 12.05 5.62 33.25 -
YUV 53.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 104 8 159 0.35 0.95 0 0.38 278.15 0.9 0.33
Hex 68 8 9F 23 5F 0 26 116 5A 21
Octal 150 10 237 43 137 0 46 426 132 41
Binary 1101000 1000 10011111 100011 1011111 0 100110 100010110 1011010 100001

Color Harmonies of #68089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68089F

Black with #68089F

Text Example


Text Example

White with #68089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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