Html Css Color HEX #690892 Indigo

📋 copy color: '#690892'

red 105 ◦ green 8 ◦ blue 146

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

Shades of Indigo #690892

Tints of Indigo #690892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 40.54%
G = 3.09%
B = 56.37%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690892 (or 0x690892) is known color: Indigo. HEX triplet: 69, 08 and 92. RGB value is (105,8,146). Sum of RGB (Red+Green+Blue) = 105+8+146=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #690892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690892 is #96F76D. Grayscale: #343434. Windows color (decimal): -9893742 or 9570409. OLE color: 9570409.

HSL color Cylindrical-coordinate representation of color #690892: hue angle of 282.17º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690892 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 8 146 -
CMYK 0.28 0.95 0 0.43
HSL 282.17º 0.9% 0.3% -
HSV(B) 282.17º 0.95% 0.57% -
XYZ 11.1 5.25 27.62 -
YUV 52.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 105 8 146 0.28 0.95 0 0.43 282.17 0.9 0.3
Hex 69 8 92 1C 5F 0 2B 11A 5A 1E
Octal 151 10 222 34 137 0 53 432 132 36
Binary 1101001 1000 10010010 11100 1011111 0 101011 100011010 1011010 11110

Color Harmonies of #690892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690892

Black with #690892

Text Example


Text Example

White with #690892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690892; }

 p { color: rgb(105,8,146); }

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

background-color css

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

 a { background-color: rgb(105,8,146); }

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

border-color css

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

 span { border-color: rgb(105,8,146); }

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