Html Css Color HEX #680299 Indigo

📋 copy color: '#680299'

red 104 ◦ green 2 ◦ blue 153

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

Shades of Indigo #680299

Tints of Indigo #680299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 40.15%
G = 0.77%
B = 59.07%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#680299 (or 0x680299) is known color: Indigo. HEX triplet: 68, 02 and 99. RGB value is (104,2,153). Sum of RGB (Red+Green+Blue) = 104+2+153=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #680299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680299 is #97FD66. Grayscale: #313131. Windows color (decimal): -9960807 or 10027624. OLE color: 10027624.

HSL color Cylindrical-coordinate representation of color #680299: hue angle of 280.53º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680299 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 2 153 -
CMYK 0.32 0.99 0 0.4
HSL 280.53º 0.97% 0.3% -
HSV(B) 280.53º 0.99% 0.6% -
XYZ 11.48 5.29 30.55 -
YUV 49.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 104 2 153 0.32 0.99 0 0.4 280.53 0.97 0.3
Hex 68 2 99 20 63 0 28 119 61 1E
Octal 150 2 231 40 143 0 50 431 141 36
Binary 1101000 10 10011001 100000 1100011 0 101000 100011001 1100001 11110

Color Harmonies of #680299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680299

Black with #680299

Text Example


Text Example

White with #680299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680299; }

 p { color: rgb(104,2,153); }

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

background-color css

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

 a { background-color: rgb(104,2,153); }

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

border-color css

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

 span { border-color: rgb(104,2,153); }

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