Html Css Color HEX #690C8D Indigo

📋 copy color: '#690C8D'

red 105 ◦ green 12 ◦ blue 141

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

Shades of Indigo #690C8D

Tints of Indigo #690C8D

RGB

 RED value IS 105 (41.41% from 255) = 40.7%

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

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 40.7%
G = 4.65%
B = 54.65%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#690C8D (or 0x690C8D) is known color: Indigo. HEX triplet: 69, 0C and 8D. RGB value is (105,12,141). Sum of RGB (Red+Green+Blue) = 105+12+141=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #690C8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690C8D is #96F372. Grayscale: #363636. Windows color (decimal): -9892723 or 9243753. OLE color: 9243753.

HSL color Cylindrical-coordinate representation of color #690C8D: hue angle of 283.26º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690C8D is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 12 141 -
CMYK 0.26 0.91 0 0.45
HSL 283.26º 0.84% 0.3% -
HSV(B) 283.26º 0.91% 0.55% -
XYZ 10.76 5.19 25.63 -
YUV 54.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 105 12 141 0.26 0.91 0 0.45 283.26 0.84 0.3
Hex 69 C 8D 1A 5B 0 2D 11B 54 1E
Octal 151 14 215 32 133 0 55 433 124 36
Binary 1101001 1100 10001101 11010 1011011 0 101101 100011011 1010100 11110

Color Harmonies of #690C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C8D

Black with #690C8D

Text Example


Text Example

White with #690C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690C8D; }

 p { color: rgb(105,12,141); }

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

background-color css

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

 a { background-color: rgb(105,12,141); }

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

border-color css

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

 span { border-color: rgb(105,12,141); }

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