Html Css Color HEX #620CFC Electric Indigo

📋 copy color: '#620CFC'

red 98 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #620CFC

Tints of Electric Indigo #620CFC

RGB

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

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

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

R = 27.07%
G = 3.31%
B = 69.61%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#620CFC (or 0x620CFC) is known color: Electric Indigo. HEX triplet: 62, 0C and FC. RGB value is (98,12,252). Sum of RGB (Red+Green+Blue) = 98+12+252=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #620CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CFC is #9DF303. Grayscale: #404040. Windows color (decimal): -10351364 or 16518242. OLE color: 16518242.

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

Color convert

RGB 98 12 252 -
CMYK 0.61 0.95 0 0.01
HSL 261.5º 0.98% 0.52% -
HSV(B) 261.5º 0.95% 0.99% -
XYZ 22.74 9.89 92.81 -
YUV 65.07 233.49 151.49 -
System Red Green Blue C M Y K H S L
Decimal 98 12 252 0.61 0.95 0 0.01 261.5 0.98 0.52
Hex 62 C FC 3D 5F 0 1 106 62 34
Octal 142 14 374 75 137 0 1 406 142 64
Binary 1100010 1100 11111100 111101 1011111 0 1 100000110 1100010 110100

Color Harmonies of #620CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CFC

Black with #620CFC

Text Example


Text Example

White with #620CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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