Html Css Color HEX #680A98 Indigo

📋 copy color: '#680A98'

red 104 ◦ green 10 ◦ blue 152

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

Shades of Indigo #680A98

Tints of Indigo #680A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 39.1%
G = 3.76%
B = 57.14%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#680A98 (or 0x680A98) is known color: Indigo. HEX triplet: 68, 0A and 98. RGB value is (104,10,152). Sum of RGB (Red+Green+Blue) = 104+10+152=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #680A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680A98 is #97F567. Grayscale: #353535. Windows color (decimal): -9958760 or 9964136. OLE color: 9964136.

HSL color Cylindrical-coordinate representation of color #680A98: hue angle of 279.72º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680A98 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 10 152 -
CMYK 0.32 0.93 0 0.40
HSL 279.72º 0.88% 0.32% -
HSV(B) 279.72º 0.93% 0.6% -
XYZ 11.48 5.43 30.15 -
YUV 54.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 104 10 152 0.32 0.93 0 0.40 279.72 0.88 0.32
Hex 68 A 98 20 5D 0 28 118 58 20
Octal 150 12 230 40 135 0 50 430 130 40
Binary 1101000 1010 10011000 100000 1011101 0 101000 100011000 1011000 100000

Color Harmonies of #680A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A98

Black with #680A98

Text Example


Text Example

White with #680A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A98; }

 p { color: rgb(104,10,152); }

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

background-color css

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

 a { background-color: rgb(104,10,152); }

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

border-color css

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

 span { border-color: rgb(104,10,152); }

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