Html Css Color HEX #690598 Indigo

📋 copy color: '#690598'

red 105 ◦ green 5 ◦ blue 152

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

Shades of Indigo #690598

Tints of Indigo #690598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 40.08%
G = 1.91%
B = 58.02%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#690598 (or 0x690598) is known color: Indigo. HEX triplet: 69, 05 and 98. RGB value is (105,5,152). Sum of RGB (Red+Green+Blue) = 105+5+152=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #690598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690598 is #96FA67. Grayscale: #333333. Windows color (decimal): -9894504 or 9962857. OLE color: 9962857.

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

Color convert

RGB 105 5 152 -
CMYK 0.31 0.97 0 0.40
HSL 280.82º 0.94% 0.31% -
HSV(B) 280.82º 0.97% 0.6% -
XYZ 11.55 5.38 30.14 -
YUV 51.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 105 5 152 0.31 0.97 0 0.40 280.82 0.94 0.31
Hex 69 5 98 1F 61 0 28 119 5E 1F
Octal 151 5 230 37 141 0 50 431 136 37
Binary 1101001 101 10011000 11111 1100001 0 101000 100011001 1011110 11111

Color Harmonies of #690598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690598

Black with #690598

Text Example


Text Example

White with #690598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690598; }

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

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

background-color css

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

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

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

border-color css

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

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

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