Html Css Color HEX #69099C Indigo

📋 copy color: '#69099C'

red 105 ◦ green 9 ◦ blue 156

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

Shades of Indigo #69099C

Tints of Indigo #69099C

RGB

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

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

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

R = 38.89%
G = 3.33%
B = 57.78%

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

#69099C (or 0x69099C) is known color: Indigo. HEX triplet: 69, 09 and 9C. RGB value is (105,9,156). Sum of RGB (Red+Green+Blue) = 105+9+156=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #69099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69099C is #96F663. Grayscale: #353535. Windows color (decimal): -9893476 or 10226025. OLE color: 10226025.

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

Color convert

RGB 105 9 156 -
CMYK 0.33 0.94 0 0.39
HSL 279.18º 0.89% 0.32% -
HSV(B) 279.18º 0.94% 0.61% -
XYZ 11.92 5.6 31.9 -
YUV 54.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 105 9 156 0.33 0.94 0 0.39 279.18 0.89 0.32
Hex 69 9 9C 21 5E 0 27 117 59 20
Octal 151 11 234 41 136 0 47 427 131 40
Binary 1101001 1001 10011100 100001 1011110 0 100111 100010111 1011001 100000

Color Harmonies of #69099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69099C

Black with #69099C

Text Example


Text Example

White with #69099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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