Html Css Color HEX #690998 Indigo

📋 copy color: '#690998'

red 105 ◦ green 9 ◦ blue 152

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

Shades of Indigo #690998

Tints of Indigo #690998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 39.47%
G = 3.38%
B = 57.14%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#690998 (or 0x690998) is known color: Indigo. HEX triplet: 69, 09 and 98. RGB value is (105,9,152). Sum of RGB (Red+Green+Blue) = 105+9+152=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #690998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690998 is #96F667. Grayscale: #353535. Windows color (decimal): -9893480 or 9963881. OLE color: 9963881.

HSL color Cylindrical-coordinate representation of color #690998: hue angle of 280.28º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690998 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 9 152 -
CMYK 0.31 0.94 0 0.40
HSL 280.28º 0.89% 0.32% -
HSV(B) 280.28º 0.94% 0.6% -
XYZ 11.59 5.47 30.15 -
YUV 54.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 105 9 152 0.31 0.94 0 0.40 280.28 0.89 0.32
Hex 69 9 98 1F 5E 0 28 118 59 20
Octal 151 11 230 37 136 0 50 430 131 40
Binary 1101001 1001 10011000 11111 1011110 0 101000 100011000 1011001 100000

Color Harmonies of #690998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690998

Black with #690998

Text Example


Text Example

White with #690998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690998; }

 p { color: rgb(105,9,152); }

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

background-color css

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

 a { background-color: rgb(105,9,152); }

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

border-color css

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

 span { border-color: rgb(105,9,152); }

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