Html Css Color HEX #680098 Indigo

📋 copy color: '#680098'

red 104 ◦ green 0 ◦ blue 152

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

Shades of Indigo #680098

Tints of Indigo #680098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.63%
G = 0%
B = 59.38%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#680098 (or 0x680098) is known color: Indigo. HEX triplet: 68, 00 and 98. RGB value is (104,0,152). Sum of RGB (Red+Green+Blue) = 104+0+152=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #680098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680098 is #97FF67. Grayscale: #2F2F2F. Windows color (decimal): -9961320 or 9961576. OLE color: 9961576.

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

Color convert

RGB 104 0 152 -
CMYK 0.32 1 0 0.40
HSL 281.05º 1% 0.3% -
HSV(B) 281.05º 1% 0.6% -
XYZ 11.38 5.21 30.11 -
YUV 48.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 104 0 152 0.32 1 0 0.40 281.05 1 0.3
Hex 68 0 98 20 64 0 28 119 64 1E
Octal 150 0 230 40 144 0 50 431 144 36
Binary 1101000 0 10011000 100000 1100100 0 101000 100011001 1100100 11110

Color Harmonies of #680098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680098

Black with #680098

Text Example


Text Example

White with #680098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680098; }

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

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

background-color css

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

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

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

border-color css

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

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

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