Html Css Color HEX #690A9C Indigo

📋 copy color: '#690A9C'

red 105 ◦ green 10 ◦ blue 156

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

Shades of Indigo #690A9C

Tints of Indigo #690A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.69%

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 38.75%
G = 3.69%
B = 57.56%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#690A9C (or 0x690A9C) is known color: Indigo. HEX triplet: 69, 0A and 9C. RGB value is (105,10,156). Sum of RGB (Red+Green+Blue) = 105+10+156=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #690A9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690A9C is #96F563. Grayscale: #363636. Windows color (decimal): -9893220 or 10226281. OLE color: 10226281.

HSL color Cylindrical-coordinate representation of color #690A9C: hue angle of 279.04º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690A9C is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 10 156 -
CMYK 0.33 0.94 0 0.39
HSL 279.04º 0.88% 0.33% -
HSV(B) 279.04º 0.94% 0.61% -
XYZ 11.93 5.62 31.91 -
YUV 55.05 184.97 163.63 -
System Red Green Blue C M Y K H S L
Decimal 105 10 156 0.33 0.94 0 0.39 279.04 0.88 0.33
Hex 69 A 9C 21 5E 0 27 117 58 21
Octal 151 12 234 41 136 0 47 427 130 41
Binary 1101001 1010 10011100 100001 1011110 0 100111 100010111 1011000 100001

Color Harmonies of #690A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A9C

Black with #690A9C

Text Example


Text Example

White with #690A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,10,156); }

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

background-color css

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

 a { background-color: rgb(105,10,156); }

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

border-color css

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

 span { border-color: rgb(105,10,156); }

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