Html Css Color HEX #680C88 Indigo

📋 copy color: '#680C88'

red 104 ◦ green 12 ◦ blue 136

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

Shades of Indigo #680C88

Tints of Indigo #680C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

 BLUE value IS 136 (53.52% from 255) = 53.97%

R = 41.27%
G = 4.76%
B = 53.97%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#680C88 (or 0x680C88) is known color: Indigo. HEX triplet: 68, 0C and 88. RGB value is (104,12,136). Sum of RGB (Red+Green+Blue) = 104+12+136=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #680C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680C88 is #97F377. Grayscale: #353535. Windows color (decimal): -9958264 or 8916072. OLE color: 8916072.

HSL color Cylindrical-coordinate representation of color #680C88: hue angle of 284.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680C88 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 12 136 -
CMYK 0.24 0.91 0 0.47
HSL 284.52º 0.84% 0.29% -
HSV(B) 284.52º 0.91% 0.53% -
XYZ 10.28 4.98 23.71 -
YUV 53.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 104 12 136 0.24 0.91 0 0.47 284.52 0.84 0.29
Hex 68 C 88 18 5B 0 2F 11D 54 1D
Octal 150 14 210 30 133 0 57 435 124 35
Binary 1101000 1100 10001000 11000 1011011 0 101111 100011101 1010100 11101

Color Harmonies of #680C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C88

Black with #680C88

Text Example


Text Example

White with #680C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680C88; }

 p { color: rgb(104,12,136); }

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

background-color css

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

 a { background-color: rgb(104,12,136); }

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

border-color css

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

 span { border-color: rgb(104,12,136); }

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