Html Css Color HEX #620CF8 Electric Indigo

📋 copy color: '#620CF8'

red 98 ◦ green 12 ◦ blue 248

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

Shades of Electric Indigo #620CF8

Tints of Electric Indigo #620CF8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

 BLUE value IS 248 (97.27% from 255) = 69.27%

R = 27.37%
G = 3.35%
B = 69.27%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#620CF8 (or 0x620CF8) is known color: Electric Indigo. HEX triplet: 62, 0C and F8. RGB value is (98,12,248). Sum of RGB (Red+Green+Blue) = 98+12+248=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #620CF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CF8 is #9DF307. Grayscale: #3F3F3F. Windows color (decimal): -10351368 or 16256098. OLE color: 16256098.

HSL color Cylindrical-coordinate representation of color #620CF8: hue angle of 261.86º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CF8 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 98 12 248 -
CMYK 0.60 0.95 0 0.03
HSL 261.86º 0.94% 0.51% -
HSV(B) 261.86º 0.95% 0.97% -
XYZ 22.11 9.64 89.5 -
YUV 64.62 231.49 151.81 -
System Red Green Blue C M Y K H S L
Decimal 98 12 248 0.60 0.95 0 0.03 261.86 0.94 0.51
Hex 62 C F8 3C 5F 0 3 106 5E 33
Octal 142 14 370 74 137 0 3 406 136 63
Binary 1100010 1100 11111000 111100 1011111 0 11 100000110 1011110 110011

Color Harmonies of #620CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CF8

Black with #620CF8

Text Example


Text Example

White with #620CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,12,248); }

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

background-color css

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

 a { background-color: rgb(98,12,248); }

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

border-color css

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

 span { border-color: rgb(98,12,248); }

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