Html Css Color HEX #68089C Indigo

📋 copy color: '#68089C'

red 104 ◦ green 8 ◦ blue 156

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

Shades of Indigo #68089C

Tints of Indigo #68089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 38.81%
G = 2.99%
B = 58.21%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68089C (or 0x68089C) is known color: Indigo. HEX triplet: 68, 08 and 9C. RGB value is (104,8,156). Sum of RGB (Red+Green+Blue) = 104+8+156=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #68089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68089C is #97F763. Grayscale: #353535. Windows color (decimal): -9959268 or 10225768. OLE color: 10225768.

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

Color convert

RGB 104 8 156 -
CMYK 0.33 0.95 0 0.39
HSL 278.92º 0.9% 0.32% -
HSV(B) 278.92º 0.95% 0.61% -
XYZ 11.8 5.52 31.9 -
YUV 53.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 104 8 156 0.33 0.95 0 0.39 278.92 0.9 0.32
Hex 68 8 9C 21 5F 0 27 117 5A 20
Octal 150 10 234 41 137 0 47 427 132 40
Binary 1101000 1000 10011100 100001 1011111 0 100111 100010111 1011010 100000

Color Harmonies of #68089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68089C

Black with #68089C

Text Example


Text Example

White with #68089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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