Html Css Color HEX #690190 Indigo

📋 copy color: '#690190'

red 105 ◦ green 1 ◦ blue 144

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

Shades of Indigo #690190

Tints of Indigo #690190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 42%
G = 0.4%
B = 57.6%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#690190 (or 0x690190) is known color: Indigo. HEX triplet: 69, 01 and 90. RGB value is (105,1,144). Sum of RGB (Red+Green+Blue) = 105+1+144=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #690190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690190 is #96FE6F. Grayscale: #2F2F2F. Windows color (decimal): -9895536 or 9437545. OLE color: 9437545.

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

Color convert

RGB 105 1 144 -
CMYK 0.27 0.99 0 0.44
HSL 283.64º 0.99% 0.28% -
HSV(B) 283.64º 0.99% 0.56% -
XYZ 10.87 5.04 26.79 -
YUV 48.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 105 1 144 0.27 0.99 0 0.44 283.64 0.99 0.28
Hex 69 1 90 1B 63 0 2C 11C 63 1C
Octal 151 1 220 33 143 0 54 434 143 34
Binary 1101001 1 10010000 11011 1100011 0 101100 100011100 1100011 11100

Color Harmonies of #690190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690190

Black with #690190

Text Example


Text Example

White with #690190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690190; }

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

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

background-color css

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

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

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

border-color css

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

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

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