Html Css Color HEX #680092 Indigo

📋 copy color: '#680092'

red 104 ◦ green 0 ◦ blue 146

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

Shades of Indigo #680092

Tints of Indigo #680092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 41.6%
G = 0%
B = 58.4%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680092 (or 0x680092) is known color: Indigo. HEX triplet: 68, 00 and 92. RGB value is (104,0,146). Sum of RGB (Red+Green+Blue) = 104+0+146=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #680092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680092 is #97FF6D. Grayscale: #2F2F2F. Windows color (decimal): -9961326 or 9568360. OLE color: 9568360.

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

Color convert

RGB 104 0 146 -
CMYK 0.29 1 0 0.43
HSL 282.74º 1% 0.29% -
HSV(B) 282.74º 1% 0.57% -
XYZ 10.9 5.02 27.59 -
YUV 47.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 104 0 146 0.29 1 0 0.43 282.74 1 0.29
Hex 68 0 92 1D 64 0 2B 11B 64 1D
Octal 150 0 222 35 144 0 53 433 144 35
Binary 1101000 0 10010010 11101 1100100 0 101011 100011011 1100100 11101

Color Harmonies of #680092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680092

Black with #680092

Text Example


Text Example

White with #680092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680092; }

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

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

background-color css

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

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

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

border-color css

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

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

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