Html Css Color HEX #690098 Indigo

📋 copy color: '#690098'

red 105 ◦ green 0 ◦ blue 152

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

Shades of Indigo #690098

Tints of Indigo #690098

RGB

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

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

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

R = 40.86%
G = 0%
B = 59.14%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#690098 (or 0x690098) is known color: Indigo. HEX triplet: 69, 00 and 98. RGB value is (105,0,152). Sum of RGB (Red+Green+Blue) = 105+0+152=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #690098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690098 is #96FF67. Grayscale: #303030. Windows color (decimal): -9895784 or 9961577. OLE color: 9961577.

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

Color convert

RGB 105 0 152 -
CMYK 0.31 1 0 0.40
HSL 281.45º 1% 0.3% -
HSV(B) 281.45º 1% 0.6% -
XYZ 11.49 5.27 30.12 -
YUV 48.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 105 0 152 0.31 1 0 0.40 281.45 1 0.3
Hex 69 0 98 1F 64 0 28 119 64 1E
Octal 151 0 230 37 144 0 50 431 144 36
Binary 1101001 0 10011000 11111 1100100 0 101000 100011001 1100100 11110

Color Harmonies of #690098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690098

Black with #690098

Text Example


Text Example

White with #690098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690098; }

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

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

background-color css

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

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

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

border-color css

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

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

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