Html Css Color HEX #690893 Indigo

📋 copy color: '#690893'

red 105 ◦ green 8 ◦ blue 147

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

Shades of Indigo #690893

Tints of Indigo #690893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 40.38%
G = 3.08%
B = 56.54%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690893 (or 0x690893) is known color: Indigo. HEX triplet: 69, 08 and 93. RGB value is (105,8,147). Sum of RGB (Red+Green+Blue) = 105+8+147=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #690893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690893 is #96F76C. Grayscale: #343434. Windows color (decimal): -9893741 or 9635945. OLE color: 9635945.

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

Color convert

RGB 105 8 147 -
CMYK 0.29 0.95 0 0.42
HSL 281.87º 0.9% 0.3% -
HSV(B) 281.87º 0.95% 0.58% -
XYZ 11.18 5.28 28.03 -
YUV 52.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 105 8 147 0.29 0.95 0 0.42 281.87 0.9 0.3
Hex 69 8 93 1D 5F 0 2A 11A 5A 1E
Octal 151 10 223 35 137 0 52 432 132 36
Binary 1101001 1000 10010011 11101 1011111 0 101010 100011010 1011010 11110

Color Harmonies of #690893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690893

Black with #690893

Text Example


Text Example

White with #690893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690893; }

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

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

background-color css

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

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

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

border-color css

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

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

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