Html Css Color HEX #680498 Indigo

📋 copy color: '#680498'

red 104 ◦ green 4 ◦ blue 152

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

Shades of Indigo #680498

Tints of Indigo #680498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 40%
G = 1.54%
B = 58.46%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#680498 (or 0x680498) is known color: Indigo. HEX triplet: 68, 04 and 98. RGB value is (104,4,152). Sum of RGB (Red+Green+Blue) = 104+4+152=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #680498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680498 is #97FB67. Grayscale: #323232. Windows color (decimal): -9960296 or 9962600. OLE color: 9962600.

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

Color convert

RGB 104 4 152 -
CMYK 0.32 0.97 0 0.40
HSL 280.54º 0.95% 0.31% -
HSV(B) 280.54º 0.97% 0.6% -
XYZ 11.42 5.3 30.13 -
YUV 50.77 185.13 165.97 -
System Red Green Blue C M Y K H S L
Decimal 104 4 152 0.32 0.97 0 0.40 280.54 0.95 0.31
Hex 68 4 98 20 61 0 28 119 5F 1F
Octal 150 4 230 40 141 0 50 431 137 37
Binary 1101000 100 10011000 100000 1100001 0 101000 100011001 1011111 11111

Color Harmonies of #680498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680498

Black with #680498

Text Example


Text Example

White with #680498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680498; }

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

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

background-color css

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

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

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

border-color css

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

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

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