Html Css Color HEX #690C8B Indigo

📋 copy color: '#690C8B'

red 105 ◦ green 12 ◦ blue 139

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

Shades of Indigo #690C8B

Tints of Indigo #690C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 41.02%
G = 4.69%
B = 54.3%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#690C8B (or 0x690C8B) is known color: Indigo. HEX triplet: 69, 0C and 8B. RGB value is (105,12,139). Sum of RGB (Red+Green+Blue) = 105+12+139=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #690C8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690C8B is #96F374. Grayscale: #353535. Windows color (decimal): -9892725 or 9112681. OLE color: 9112681.

HSL color Cylindrical-coordinate representation of color #690C8B: hue angle of 283.94º 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 #690C8B is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 12 139 -
CMYK 0.24 0.91 0 0.45
HSL 283.94º 0.84% 0.3% -
HSV(B) 283.94º 0.91% 0.55% -
XYZ 10.62 5.13 24.86 -
YUV 54.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 105 12 139 0.24 0.91 0 0.45 283.94 0.84 0.3
Hex 69 C 8B 18 5B 0 2D 11C 54 1E
Octal 151 14 213 30 133 0 55 434 124 36
Binary 1101001 1100 10001011 11000 1011011 0 101101 100011100 1010100 11110

Color Harmonies of #690C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C8B

Black with #690C8B

Text Example


Text Example

White with #690C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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