Html Css Color HEX #610698 Indigo

📋 copy color: '#610698'

red 97 ◦ green 6 ◦ blue 152

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

Shades of Indigo #610698

Tints of Indigo #610698

RGB

 RED value IS 97 (38.28% from 255) = 38.04%

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 38.04%
G = 2.35%
B = 59.61%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#610698 (or 0x610698) is known color: Indigo. HEX triplet: 61, 06 and 98. RGB value is (97,6,152). Sum of RGB (Red+Green+Blue) = 97+6+152=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #610698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610698 is #9EF967. Grayscale: #313131. Windows color (decimal): -10418536 or 9963105. OLE color: 9963105.

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

Color convert

RGB 97 6 152 -
CMYK 0.36 0.96 0 0.40
HSL 277.4º 0.92% 0.31% -
HSV(B) 277.4º 0.96% 0.6% -
XYZ 10.66 4.94 30.1 -
YUV 49.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 97 6 152 0.36 0.96 0 0.40 277.4 0.92 0.31
Hex 61 6 98 24 60 0 28 115 5C 1F
Octal 141 6 230 44 140 0 50 425 134 37
Binary 1100001 110 10011000 100100 1100000 0 101000 100010101 1011100 11111

Color Harmonies of #610698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610698

Black with #610698

Text Example


Text Example

White with #610698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610698; }

 p { color: rgb(97,6,152); }

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

background-color css

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

 a { background-color: rgb(97,6,152); }

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

border-color css

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

 span { border-color: rgb(97,6,152); }

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