Html Css Color HEX #69099D Indigo

📋 copy color: '#69099D'

red 105 ◦ green 9 ◦ blue 157

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

Shades of Indigo #69099D

Tints of Indigo #69099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 38.75%
G = 3.32%
B = 57.93%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69099D (or 0x69099D) is known color: Indigo. HEX triplet: 69, 09 and 9D. RGB value is (105,9,157). Sum of RGB (Red+Green+Blue) = 105+9+157=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #69099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69099D is #96F662. Grayscale: #363636. Windows color (decimal): -9893475 or 10291561. OLE color: 10291561.

HSL color Cylindrical-coordinate representation of color #69099D: hue angle of 278.92º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69099D is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 9 157 -
CMYK 0.33 0.94 0 0.38
HSL 278.92º 0.89% 0.33% -
HSV(B) 278.92º 0.94% 0.62% -
XYZ 12.01 5.63 32.35 -
YUV 54.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 105 9 157 0.33 0.94 0 0.38 278.92 0.89 0.33
Hex 69 9 9D 21 5E 0 26 117 59 21
Octal 151 11 235 41 136 0 46 427 131 41
Binary 1101001 1001 10011101 100001 1011110 0 100110 100010111 1011001 100001

Color Harmonies of #69099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69099D

Black with #69099D

Text Example


Text Example

White with #69099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69099D; }

 p { color: rgb(105,9,157); }

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

background-color css

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

 a { background-color: rgb(105,9,157); }

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

border-color css

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

 span { border-color: rgb(105,9,157); }

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