Html Css Color HEX #690198 Indigo

📋 copy color: '#690198'

red 105 ◦ green 1 ◦ blue 152

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

Shades of Indigo #690198

Tints of Indigo #690198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 40.7%
G = 0.39%
B = 58.91%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#690198 (or 0x690198) is known color: Indigo. HEX triplet: 69, 01 and 98. RGB value is (105,1,152). Sum of RGB (Red+Green+Blue) = 105+1+152=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #690198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690198 is #96FE67. Grayscale: #303030. Windows color (decimal): -9895528 or 9961833. OLE color: 9961833.

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

Color convert

RGB 105 1 152 -
CMYK 0.31 0.99 0 0.40
HSL 281.32º 0.99% 0.3% -
HSV(B) 281.32º 0.99% 0.6% -
XYZ 11.5 5.29 30.12 -
YUV 49.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 105 1 152 0.31 0.99 0 0.40 281.32 0.99 0.3
Hex 69 1 98 1F 63 0 28 119 63 1E
Octal 151 1 230 37 143 0 50 431 143 36
Binary 1101001 1 10011000 11111 1100011 0 101000 100011001 1100011 11110

Color Harmonies of #690198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690198

Black with #690198

Text Example


Text Example

White with #690198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690198; }

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

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

background-color css

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

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

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

border-color css

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

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

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