Html Css Color HEX #6205FE Electric Indigo

📋 copy color: '#6205FE'

red 98 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #6205FE

Tints of Electric Indigo #6205FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 254 (99.61% from 255) = 71.15%

R = 27.45%
G = 1.4%
B = 71.15%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6205FE (or 0x6205FE) is known color: Electric Indigo. HEX triplet: 62, 05 and FE. RGB value is (98,5,254). Sum of RGB (Red+Green+Blue) = 98+5+254=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #6205FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6205FE is #9DFA01. Grayscale: #3C3C3C. Windows color (decimal): -10353154 or 16647522. OLE color: 16647522.

HSL color Cylindrical-coordinate representation of color #6205FE: hue angle of 262.41º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205FE is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 5 254 -
CMYK 0.61 0.98 0 0.00
HSL 262.41º 0.99% 0.51% -
HSV(B) 262.41º 0.98% 1% -
XYZ 22.98 9.86 94.46 -
YUV 61.19 236.81 154.25 -
System Red Green Blue C M Y K H S L
Decimal 98 5 254 0.61 0.98 0 0.00 262.41 0.99 0.51
Hex 62 5 FE 3D 62 0 0 106 63 33
Octal 142 5 376 75 142 0 0 406 143 63
Binary 1100010 101 11111110 111101 1100010 0 0 100000110 1100011 110011

Color Harmonies of #6205FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6205FE

Black with #6205FE

Text Example


Text Example

White with #6205FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6205FE; }

 p { color: rgb(98,5,254); }

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

background-color css

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

 a { background-color: rgb(98,5,254); }

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

border-color css

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

 span { border-color: rgb(98,5,254); }

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