Html Css Color HEX #690093 Indigo

📋 copy color: '#690093'

red 105 ◦ green 0 ◦ blue 147

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

Shades of Indigo #690093

Tints of Indigo #690093

RGB

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

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

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

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690093 (or 0x690093) is known color: Indigo. HEX triplet: 69, 00 and 93. RGB value is (105,0,147). Sum of RGB (Red+Green+Blue) = 105+0+147=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #690093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690093 is #96FF6C. Grayscale: #2F2F2F. Windows color (decimal): -9895789 or 9633897. OLE color: 9633897.

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

Color convert

RGB 105 0 147 -
CMYK 0.29 1 0 0.42
HSL 282.86º 1% 0.29% -
HSV(B) 282.86º 1% 0.58% -
XYZ 11.09 5.11 28.01 -
YUV 48.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 105 0 147 0.29 1 0 0.42 282.86 1 0.29
Hex 69 0 93 1D 64 0 2A 11B 64 1D
Octal 151 0 223 35 144 0 52 433 144 35
Binary 1101001 0 10010011 11101 1100100 0 101010 100011011 1100100 11101

Color Harmonies of #690093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690093

Black with #690093

Text Example


Text Example

White with #690093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690093; }

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

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

background-color css

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

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

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

border-color css

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

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

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