Html Css Color HEX #690092 Indigo

📋 copy color: '#690092'

red 105 ◦ green 0 ◦ blue 146

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

Shades of Indigo #690092

Tints of Indigo #690092

RGB

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

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

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

R = 41.83%
G = 0%
B = 58.17%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690092 (or 0x690092) is known color: Indigo. HEX triplet: 69, 00 and 92. RGB value is (105,0,146). Sum of RGB (Red+Green+Blue) = 105+0+146=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #690092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690092 is #96FF6D. Grayscale: #2F2F2F. Windows color (decimal): -9895790 or 9568361. OLE color: 9568361.

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

Color convert

RGB 105 0 146 -
CMYK 0.28 1 0 0.43
HSL 283.15º 1% 0.29% -
HSV(B) 283.15º 1% 0.57% -
XYZ 11.01 5.08 27.59 -
YUV 48.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 105 0 146 0.28 1 0 0.43 283.15 1 0.29
Hex 69 0 92 1C 64 0 2B 11B 64 1D
Octal 151 0 222 34 144 0 53 433 144 35
Binary 1101001 0 10010010 11100 1100100 0 101011 100011011 1100100 11101

Color Harmonies of #690092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690092

Black with #690092

Text Example


Text Example

White with #690092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690092; }

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

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

background-color css

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

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

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

border-color css

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

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

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