Html Css Color HEX #620676 Indigo

📋 copy color: '#620676'

red 98 ◦ green 6 ◦ blue 118

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

Shades of Indigo #620676

Tints of Indigo #620676

RGB

 RED value IS 98 (38.67% from 255) = 44.14%

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

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 44.14%
G = 2.7%
B = 53.15%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620676 (or 0x620676) is known color: Indigo. HEX triplet: 62, 06 and 76. RGB value is (98,6,118). Sum of RGB (Red+Green+Blue) = 98+6+118=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #620676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620676 is #9DF989. Grayscale: #2D2D2D. Windows color (decimal): -10353034 or 7734882. OLE color: 7734882.

HSL color Cylindrical-coordinate representation of color #620676: hue angle of 289.29º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620676 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 6 118 -
CMYK 0.17 0.95 0 0.54
HSL 289.29º 0.9% 0.24% -
HSV(B) 289.29º 0.95% 0.46% -
XYZ 8.37 4.03 17.48 -
YUV 46.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 98 6 118 0.17 0.95 0 0.54 289.29 0.9 0.24
Hex 62 6 76 11 5F 0 36 121 5A 18
Octal 142 6 166 21 137 0 66 441 132 30
Binary 1100010 110 1110110 10001 1011111 0 110110 100100001 1011010 11000

Color Harmonies of #620676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620676

Black with #620676

Text Example


Text Example

White with #620676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620676; }

 p { color: rgb(98,6,118); }

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

background-color css

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

 a { background-color: rgb(98,6,118); }

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

border-color css

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

 span { border-color: rgb(98,6,118); }

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