Html Css Color HEX #680894 Indigo

📋 copy color: '#680894'

red 104 ◦ green 8 ◦ blue 148

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

Shades of Indigo #680894

Tints of Indigo #680894

RGB

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

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

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

R = 40%
G = 3.08%
B = 56.92%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680894 (or 0x680894) is known color: Indigo. HEX triplet: 68, 08 and 94. RGB value is (104,8,148). Sum of RGB (Red+Green+Blue) = 104+8+148=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #680894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680894 is #97F76B. Grayscale: #343434. Windows color (decimal): -9959276 or 9701480. OLE color: 9701480.

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

Color convert

RGB 104 8 148 -
CMYK 0.30 0.95 0 0.42
HSL 281.14º 0.9% 0.31% -
HSV(B) 281.14º 0.95% 0.58% -
XYZ 11.14 5.25 28.44 -
YUV 52.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 104 8 148 0.30 0.95 0 0.42 281.14 0.9 0.31
Hex 68 8 94 1E 5F 0 2A 119 5A 1F
Octal 150 10 224 36 137 0 52 431 132 37
Binary 1101000 1000 10010100 11110 1011111 0 101010 100011001 1011010 11111

Color Harmonies of #680894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680894

Black with #680894

Text Example


Text Example

White with #680894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680894; }

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

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

background-color css

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

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

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

border-color css

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

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

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