Html Css Color HEX #68088C Indigo

📋 copy color: '#68088C'

red 104 ◦ green 8 ◦ blue 140

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

Shades of Indigo #68088C

Tints of Indigo #68088C

RGB

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

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

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

R = 41.27%
G = 3.17%
B = 55.56%

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

#68088C (or 0x68088C) is known color: Indigo. HEX triplet: 68, 08 and 8C. RGB value is (104,8,140). Sum of RGB (Red+Green+Blue) = 104+8+140=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #68088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68088C is #97F773. Grayscale: #333333. Windows color (decimal): -9959284 or 9177192. OLE color: 9177192.

HSL color Cylindrical-coordinate representation of color #68088C: hue angle of 283.64º degrees, saturation: 0.89, 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 #68088C is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 8 140 -
CMYK 0.26 0.94 0 0.45
HSL 283.64º 0.89% 0.29% -
HSV(B) 283.64º 0.94% 0.55% -
XYZ 10.53 5.01 25.22 -
YUV 51.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 104 8 140 0.26 0.94 0 0.45 283.64 0.89 0.29
Hex 68 8 8C 1A 5E 0 2D 11C 59 1D
Octal 150 10 214 32 136 0 55 434 131 35
Binary 1101000 1000 10001100 11010 1011110 0 101101 100011100 1011001 11101

Color Harmonies of #68088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68088C

Black with #68088C

Text Example


Text Example

White with #68088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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