Html Css Color HEX #690095 Indigo

📋 copy color: '#690095'

red 105 ◦ green 0 ◦ blue 149

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

Shades of Indigo #690095

Tints of Indigo #690095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 41.34%
G = 0%
B = 58.66%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690095 (or 0x690095) is known color: Indigo. HEX triplet: 69, 00 and 95. RGB value is (105,0,149). Sum of RGB (Red+Green+Blue) = 105+0+149=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #690095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690095 is #96FF6A. Grayscale: #2F2F2F. Windows color (decimal): -9895787 or 9764969. OLE color: 9764969.

HSL color Cylindrical-coordinate representation of color #690095: hue angle of 282.28º 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 #690095 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 0 149 -
CMYK 0.30 1 0 0.42
HSL 282.28º 1% 0.29% -
HSV(B) 282.28º 1% 0.58% -
XYZ 11.25 5.17 28.84 -
YUV 48.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 105 0 149 0.30 1 0 0.42 282.28 1 0.29
Hex 69 0 95 1E 64 0 2A 11A 64 1D
Octal 151 0 225 36 144 0 52 432 144 35
Binary 1101001 0 10010101 11110 1100100 0 101010 100011010 1100100 11101

Color Harmonies of #690095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690095

Black with #690095

Text Example


Text Example

White with #690095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690095; }

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

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

background-color css

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

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

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

border-color css

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

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

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