Html Css Color HEX #690D98 Indigo

📋 copy color: '#690D98'

red 105 ◦ green 13 ◦ blue 152

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

Shades of Indigo #690D98

Tints of Indigo #690D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

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

R = 38.89%
G = 4.81%
B = 56.3%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#690D98 (or 0x690D98) is known color: Indigo. HEX triplet: 69, 0D and 98. RGB value is (105,13,152). Sum of RGB (Red+Green+Blue) = 105+13+152=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #690D98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690D98 is #96F267. Grayscale: #373737. Windows color (decimal): -9892456 or 9964905. OLE color: 9964905.

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

Color convert

RGB 105 13 152 -
CMYK 0.31 0.91 0 0.40
HSL 279.71º 0.84% 0.32% -
HSV(B) 279.71º 0.91% 0.6% -
XYZ 11.64 5.56 30.17 -
YUV 56.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 105 13 152 0.31 0.91 0 0.40 279.71 0.84 0.32
Hex 69 D 98 1F 5B 0 28 118 54 20
Octal 151 15 230 37 133 0 50 430 124 40
Binary 1101001 1101 10011000 11111 1011011 0 101000 100011000 1010100 100000

Color Harmonies of #690D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D98

Black with #690D98

Text Example


Text Example

White with #690D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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