Html Css Color HEX #68098B Indigo

📋 copy color: '#68098B'

red 104 ◦ green 9 ◦ blue 139

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

Shades of Indigo #68098B

Tints of Indigo #68098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 41.27%
G = 3.57%
B = 55.16%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68098B (or 0x68098B) is known color: Indigo. HEX triplet: 68, 09 and 8B. RGB value is (104,9,139). Sum of RGB (Red+Green+Blue) = 104+9+139=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #68098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68098B is #97F674. Grayscale: #333333. Windows color (decimal): -9959029 or 9111912. OLE color: 9111912.

HSL color Cylindrical-coordinate representation of color #68098B: hue angle of 283.85º 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 #68098B is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 9 139 -
CMYK 0.25 0.94 0 0.45
HSL 283.85º 0.88% 0.29% -
HSV(B) 283.85º 0.94% 0.55% -
XYZ 10.47 5 24.84 -
YUV 52.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 104 9 139 0.25 0.94 0 0.45 283.85 0.88 0.29
Hex 68 9 8B 19 5E 0 2D 11C 58 1D
Octal 150 11 213 31 136 0 55 434 130 35
Binary 1101000 1001 10001011 11001 1011110 0 101101 100011100 1011000 11101

Color Harmonies of #68098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68098B

Black with #68098B

Text Example


Text Example

White with #68098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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