Html Css Color HEX #620FFC Electric Indigo

📋 copy color: '#620FFC'

red 98 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #620FFC

Tints of Electric Indigo #620FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

 BLUE value IS 252 (98.83% from 255) = 69.04%

R = 26.85%
G = 4.11%
B = 69.04%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#620FFC (or 0x620FFC) is known color: Electric Indigo. HEX triplet: 62, 0F and FC. RGB value is (98,15,252). Sum of RGB (Red+Green+Blue) = 98+15+252=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #620FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FFC is #9DF003. Grayscale: #414141. Windows color (decimal): -10350596 or 16519010. OLE color: 16519010.

HSL color Cylindrical-coordinate representation of color #620FFC: hue angle of 261.01º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620FFC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 15 252 -
CMYK 0.61 0.94 0 0.01
HSL 261.01º 0.98% 0.52% -
HSV(B) 261.01º 0.94% 0.99% -
XYZ 22.78 9.97 92.82 -
YUV 66.84 232.5 150.23 -
System Red Green Blue C M Y K H S L
Decimal 98 15 252 0.61 0.94 0 0.01 261.01 0.98 0.52
Hex 62 F FC 3D 5E 0 1 105 62 34
Octal 142 17 374 75 136 0 1 405 142 64
Binary 1100010 1111 11111100 111101 1011110 0 1 100000101 1100010 110100

Color Harmonies of #620FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FFC

Black with #620FFC

Text Example


Text Example

White with #620FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620FFC; }

 p { color: rgb(98,15,252); }

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

background-color css

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

 a { background-color: rgb(98,15,252); }

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

border-color css

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

 span { border-color: rgb(98,15,252); }

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