Html Css Color HEX #680090 Indigo

📋 copy color: '#680090'

red 104 ◦ green 0 ◦ blue 144

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

Shades of Indigo #680090

Tints of Indigo #680090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 41.94%
G = 0%
B = 58.06%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#680090 (or 0x680090) is known color: Indigo. HEX triplet: 68, 00 and 90. RGB value is (104,0,144). Sum of RGB (Red+Green+Blue) = 104+0+144=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #680090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680090 is #97FF6F. Grayscale: #2F2F2F. Windows color (decimal): -9961328 or 9437288. OLE color: 9437288.

HSL color Cylindrical-coordinate representation of color #680090: hue angle of 283.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680090 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 0 144 -
CMYK 0.28 1 0 0.44
HSL 283.33º 1% 0.28% -
HSV(B) 283.33º 1% 0.56% -
XYZ 10.74 4.96 26.78 -
YUV 47.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 104 0 144 0.28 1 0 0.44 283.33 1 0.28
Hex 68 0 90 1C 64 0 2C 11B 64 1C
Octal 150 0 220 34 144 0 54 433 144 34
Binary 1101000 0 10010000 11100 1100100 0 101100 100011011 1100100 11100

Color Harmonies of #680090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680090

Black with #680090

Text Example


Text Example

White with #680090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680090; }

 p { color: rgb(104,0,144); }

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

background-color css

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

 a { background-color: rgb(104,0,144); }

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

border-color css

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

 span { border-color: rgb(104,0,144); }

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