Html Css Color HEX #620686 Indigo

📋 copy color: '#620686'

red 98 ◦ green 6 ◦ blue 134

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

Shades of Indigo #620686

Tints of Indigo #620686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.3%

R = 41.18%
G = 2.52%
B = 56.3%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#620686 (or 0x620686) is known color: Indigo. HEX triplet: 62, 06 and 86. RGB value is (98,6,134). Sum of RGB (Red+Green+Blue) = 98+6+134=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #620686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620686 is #9DF979. Grayscale: #2F2F2F. Windows color (decimal): -10353018 or 8783458. OLE color: 8783458.

HSL color Cylindrical-coordinate representation of color #620686: hue angle of 283.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620686 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 6 134 -
CMYK 0.27 0.96 0 0.47
HSL 283.13º 0.91% 0.27% -
HSV(B) 283.13º 0.96% 0.53% -
XYZ 9.41 4.45 22.92 -
YUV 48.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 98 6 134 0.27 0.96 0 0.47 283.13 0.91 0.27
Hex 62 6 86 1B 60 0 2F 11B 5B 1B
Octal 142 6 206 33 140 0 57 433 133 33
Binary 1100010 110 10000110 11011 1100000 0 101111 100011011 1011011 11011

Color Harmonies of #620686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620686

Black with #620686

Text Example


Text Example

White with #620686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620686; }

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

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

background-color css

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

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

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

border-color css

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

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

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