Html Css Color HEX #68098C Indigo

📋 copy color: '#68098C'

red 104 ◦ green 9 ◦ blue 140

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

Shades of Indigo #68098C

Tints of Indigo #68098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 41.11%
G = 3.56%
B = 55.34%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68098C (or 0x68098C) is known color: Indigo. HEX triplet: 68, 09 and 8C. RGB value is (104,9,140). Sum of RGB (Red+Green+Blue) = 104+9+140=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #68098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68098C is #97F673. Grayscale: #333333. Windows color (decimal): -9959028 or 9177448. OLE color: 9177448.

HSL color Cylindrical-coordinate representation of color #68098C: hue angle of 283.51º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68098C is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 9 140 -
CMYK 0.26 0.94 0 0.45
HSL 283.51º 0.88% 0.29% -
HSV(B) 283.51º 0.94% 0.55% -
XYZ 10.54 5.03 25.23 -
YUV 52.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 104 9 140 0.26 0.94 0 0.45 283.51 0.88 0.29
Hex 68 9 8C 1A 5E 0 2D 11C 58 1D
Octal 150 11 214 32 136 0 55 434 130 35
Binary 1101000 1001 10001100 11010 1011110 0 101101 100011100 1011000 11101

Color Harmonies of #68098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68098C

Black with #68098C

Text Example


Text Example

White with #68098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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