Html Css Color HEX #620698 Indigo

📋 copy color: '#620698'

red 98 ◦ green 6 ◦ blue 152

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

Shades of Indigo #620698

Tints of Indigo #620698

RGB

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

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

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

R = 38.28%
G = 2.34%
B = 59.38%

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

#620698 (or 0x620698) is known color: Indigo. HEX triplet: 62, 06 and 98. RGB value is (98,6,152). Sum of RGB (Red+Green+Blue) = 98+6+152=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #620698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620698 is #9DF967. Grayscale: #313131. Windows color (decimal): -10353000 or 9963106. OLE color: 9963106.

HSL color Cylindrical-coordinate representation of color #620698: hue angle of 277.81º 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 #620698 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 6 152 -
CMYK 0.36 0.96 0 0.40
HSL 277.81º 0.92% 0.31% -
HSV(B) 277.81º 0.96% 0.6% -
XYZ 10.77 4.99 30.1 -
YUV 50.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 98 6 152 0.36 0.96 0 0.40 277.81 0.92 0.31
Hex 62 6 98 24 60 0 28 116 5C 1F
Octal 142 6 230 44 140 0 50 426 134 37
Binary 1100010 110 10011000 100100 1100000 0 101000 100010110 1011100 11111

Color Harmonies of #620698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620698

Black with #620698

Text Example


Text Example

White with #620698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620698; }

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

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

background-color css

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

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

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

border-color css

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

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

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