Html Css Color HEX #680094 Indigo

📋 copy color: '#680094'

red 104 ◦ green 0 ◦ blue 148

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

Shades of Indigo #680094

Tints of Indigo #680094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 41.27%
G = 0%
B = 58.73%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680094 (or 0x680094) is known color: Indigo. HEX triplet: 68, 00 and 94. RGB value is (104,0,148). Sum of RGB (Red+Green+Blue) = 104+0+148=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #680094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680094 is #97FF6B. Grayscale: #2F2F2F. Windows color (decimal): -9961324 or 9699432. OLE color: 9699432.

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

Color convert

RGB 104 0 148 -
CMYK 0.30 1 0 0.42
HSL 282.16º 1% 0.29% -
HSV(B) 282.16º 1% 0.58% -
XYZ 11.05 5.08 28.42 -
YUV 47.97 184.46 167.97 -
System Red Green Blue C M Y K H S L
Decimal 104 0 148 0.30 1 0 0.42 282.16 1 0.29
Hex 68 0 94 1E 64 0 2A 11A 64 1D
Octal 150 0 224 36 144 0 52 432 144 35
Binary 1101000 0 10010100 11110 1100100 0 101010 100011010 1100100 11101

Color Harmonies of #680094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680094

Black with #680094

Text Example


Text Example

White with #680094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680094; }

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

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

background-color css

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

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

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

border-color css

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

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

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