Html Css Color HEX #680195 Indigo

📋 copy color: '#680195'

red 104 ◦ green 1 ◦ blue 149

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

Shades of Indigo #680195

Tints of Indigo #680195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 40.94%
G = 0.39%
B = 58.66%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680195 (or 0x680195) is known color: Indigo. HEX triplet: 68, 01 and 95. RGB value is (104,1,149). Sum of RGB (Red+Green+Blue) = 104+1+149=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #680195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680195 is #97FE6A. Grayscale: #303030. Windows color (decimal): -9961067 or 9765224. OLE color: 9765224.

HSL color Cylindrical-coordinate representation of color #680195: hue angle of 281.76º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680195 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 1 149 -
CMYK 0.30 0.99 0 0.42
HSL 281.76º 0.99% 0.29% -
HSV(B) 281.76º 0.99% 0.58% -
XYZ 11.14 5.13 28.84 -
YUV 48.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 104 1 149 0.30 0.99 0 0.42 281.76 0.99 0.29
Hex 68 1 95 1E 63 0 2A 11A 63 1D
Octal 150 1 225 36 143 0 52 432 143 35
Binary 1101000 1 10010101 11110 1100011 0 101010 100011010 1100011 11101

Color Harmonies of #680195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680195

Black with #680195

Text Example


Text Example

White with #680195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680195; }

 p { color: rgb(104,1,149); }

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

background-color css

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

 a { background-color: rgb(104,1,149); }

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

border-color css

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

 span { border-color: rgb(104,1,149); }

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