Html Css Color HEX #680598 Indigo

📋 copy color: '#680598'

red 104 ◦ green 5 ◦ blue 152

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

Shades of Indigo #680598

Tints of Indigo #680598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 39.85%
G = 1.92%
B = 58.24%

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

#680598 (or 0x680598) is known color: Indigo. HEX triplet: 68, 05 and 98. RGB value is (104,5,152). Sum of RGB (Red+Green+Blue) = 104+5+152=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #680598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680598 is #97FA67. Grayscale: #323232. Windows color (decimal): -9960040 or 9962856. OLE color: 9962856.

HSL color Cylindrical-coordinate representation of color #680598: hue angle of 280.41º degrees, saturation: 0.94, 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 #680598 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 5 152 -
CMYK 0.32 0.97 0 0.40
HSL 280.41º 0.94% 0.31% -
HSV(B) 280.41º 0.97% 0.6% -
XYZ 11.43 5.32 30.13 -
YUV 51.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 104 5 152 0.32 0.97 0 0.40 280.41 0.94 0.31
Hex 68 5 98 20 61 0 28 118 5E 1F
Octal 150 5 230 40 141 0 50 430 136 37
Binary 1101000 101 10011000 100000 1100001 0 101000 100011000 1011110 11111

Color Harmonies of #680598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680598

Black with #680598

Text Example


Text Example

White with #680598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680598; }

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

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

background-color css

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

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

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

border-color css

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

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

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