Html Css Color HEX #690090 Indigo

📋 copy color: '#690090'

red 105 ◦ green 0 ◦ blue 144

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

Shades of Indigo #690090

Tints of Indigo #690090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 42.17%
G = 0%
B = 57.83%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#690090 (or 0x690090) is known color: Indigo. HEX triplet: 69, 00 and 90. RGB value is (105,0,144). Sum of RGB (Red+Green+Blue) = 105+0+144=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #690090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690090 is #96FF6F. Grayscale: #2F2F2F. Windows color (decimal): -9895792 or 9437289. OLE color: 9437289.

HSL color Cylindrical-coordinate representation of color #690090: hue angle of 283.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690090 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 0 144 -
CMYK 0.27 1 0 0.44
HSL 283.75º 1% 0.28% -
HSV(B) 283.75º 1% 0.56% -
XYZ 10.86 5.02 26.78 -
YUV 47.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 105 0 144 0.27 1 0 0.44 283.75 1 0.28
Hex 69 0 90 1B 64 0 2C 11C 64 1C
Octal 151 0 220 33 144 0 54 434 144 34
Binary 1101001 0 10010000 11011 1100100 0 101100 100011100 1100100 11100

Color Harmonies of #690090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690090

Black with #690090

Text Example


Text Example

White with #690090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690090; }

 p { color: rgb(105,0,144); }

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

background-color css

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

 a { background-color: rgb(105,0,144); }

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

border-color css

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

 span { border-color: rgb(105,0,144); }

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