Html Css Color HEX #680690 Indigo

📋 copy color: '#680690'

red 104 ◦ green 6 ◦ blue 144

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

Shades of Indigo #680690

Tints of Indigo #680690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 40.94%
G = 2.36%
B = 56.69%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#680690 (or 0x680690) is known color: Indigo. HEX triplet: 68, 06 and 90. RGB value is (104,6,144). Sum of RGB (Red+Green+Blue) = 104+6+144=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #680690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680690 is #97F96F. Grayscale: #323232. Windows color (decimal): -9959792 or 9438824. OLE color: 9438824.

HSL color Cylindrical-coordinate representation of color #680690: hue angle of 282.61º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680690 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 6 144 -
CMYK 0.28 0.96 0 0.44
HSL 282.61º 0.92% 0.29% -
HSV(B) 282.61º 0.96% 0.56% -
XYZ 10.81 5.09 26.8 -
YUV 51.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 104 6 144 0.28 0.96 0 0.44 282.61 0.92 0.29
Hex 68 6 90 1C 60 0 2C 11B 5C 1D
Octal 150 6 220 34 140 0 54 433 134 35
Binary 1101000 110 10010000 11100 1100000 0 101100 100011011 1011100 11101

Color Harmonies of #680690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680690

Black with #680690

Text Example


Text Example

White with #680690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680690; }

 p { color: rgb(104,6,144); }

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

background-color css

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

 a { background-color: rgb(104,6,144); }

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

border-color css

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

 span { border-color: rgb(104,6,144); }

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