Html Css Color HEX #690096 Indigo

📋 copy color: '#690096'

red 105 ◦ green 0 ◦ blue 150

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

Shades of Indigo #690096

Tints of Indigo #690096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 41.18%
G = 0%
B = 58.82%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#690096 (or 0x690096) is known color: Indigo. HEX triplet: 69, 00 and 96. RGB value is (105,0,150). Sum of RGB (Red+Green+Blue) = 105+0+150=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #690096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690096 is #96FF69. Grayscale: #303030. Windows color (decimal): -9895786 or 9830505. OLE color: 9830505.

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

Color convert

RGB 105 0 150 -
CMYK 0.30 1 0 0.41
HSL 282º 1% 0.29% -
HSV(B) 282º 1% 0.59% -
XYZ 11.33 5.21 29.26 -
YUV 48.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 105 0 150 0.30 1 0 0.41 282 1 0.29
Hex 69 0 96 1E 64 0 29 11A 64 1D
Octal 151 0 226 36 144 0 51 432 144 35
Binary 1101001 0 10010110 11110 1100100 0 101001 100011010 1100100 11101

Color Harmonies of #690096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690096

Black with #690096

Text Example


Text Example

White with #690096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690096; }

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

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

background-color css

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

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

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

border-color css

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

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

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