#620675

Color #620675 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #620675

Tints of Indigo #620675

Color information

#620675 (or 0x620675) is unknown color: approx Indigo. HEX triplet: 62, 06 and 75. RGB value is (98,6,117). Sum of RGB (Red+Green+Blue) = 98+6+117=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #620675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620675 is #9DF98A. Grayscale: #2D2D2D. Windows color (decimal): -10353035 or 7669346. OLE color: 7669346.

HSL color Cylindrical-coordinate representation of color #620675: hue angle of 289.73º 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 #620675 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB986117-
CMYK0.160.9500.54
HSL289.73º90.24%24.12%-
HSV(B)289.73º94.87%45.88%-
XYZ8.314.0117.17-
YUV46.16167.98164.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=44.34%
G=2.71%
B=52.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9861170.160.9500.54289.7390.2424.12
Hex62675105F0361225a18
Octal14261652013706644213230
Binary110001011011101011000010111110110110100100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620675; }

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

 H1.HeaderClassName
 {
   color: #620675;
 }
 .AnyTagClassName
 {
   color: #620675;
 }
</style>
background-color css

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

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

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

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

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

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