Html Css Color HEX #690296 Indigo

📋 copy color: '#690296'

red 105 ◦ green 2 ◦ blue 150

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

Shades of Indigo #690296

Tints of Indigo #690296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 40.86%
G = 0.78%
B = 58.37%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#690296 (or 0x690296) is known color: Indigo. HEX triplet: 69, 02 and 96. RGB value is (105,2,150). Sum of RGB (Red+Green+Blue) = 105+2+150=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #690296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690296 is #96FD69. Grayscale: #313131. Windows color (decimal): -9895274 or 9831017. OLE color: 9831017.

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

Color convert

RGB 105 2 150 -
CMYK 0.30 0.99 0 0.41
HSL 281.76º 0.97% 0.3% -
HSV(B) 281.76º 0.99% 0.59% -
XYZ 11.35 5.25 29.27 -
YUV 49.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 105 2 150 0.30 0.99 0 0.41 281.76 0.97 0.3
Hex 69 2 96 1E 63 0 29 11A 61 1E
Octal 151 2 226 36 143 0 51 432 141 36
Binary 1101001 10 10010110 11110 1100011 0 101001 100011010 1100001 11110

Color Harmonies of #690296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690296

Black with #690296

Text Example


Text Example

White with #690296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690296; }

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

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

background-color css

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

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

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

border-color css

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

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

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