Html Css Color HEX #69099F Indigo

📋 copy color: '#69099F'

red 105 ◦ green 9 ◦ blue 159

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

Shades of Indigo #69099F

Tints of Indigo #69099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 38.46%
G = 3.3%
B = 58.24%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69099F (or 0x69099F) is known color: Indigo. HEX triplet: 69, 09 and 9F. RGB value is (105,9,159). Sum of RGB (Red+Green+Blue) = 105+9+159=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #69099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69099F is #96F660. Grayscale: #363636. Windows color (decimal): -9893473 or 10422633. OLE color: 10422633.

HSL color Cylindrical-coordinate representation of color #69099F: hue angle of 278.4º 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 #69099F is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 9 159 -
CMYK 0.34 0.94 0 0.38
HSL 278.4º 0.89% 0.33% -
HSV(B) 278.4º 0.94% 0.62% -
XYZ 12.18 5.7 33.26 -
YUV 54.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 105 9 159 0.34 0.94 0 0.38 278.4 0.89 0.33
Hex 69 9 9F 22 5E 0 26 116 59 21
Octal 151 11 237 42 136 0 46 426 131 41
Binary 1101001 1001 10011111 100010 1011110 0 100110 100010110 1011001 100001

Color Harmonies of #69099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69099F

Black with #69099F

Text Example


Text Example

White with #69099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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