Html Css Color HEX #6207FE Electric Indigo

📋 copy color: '#6207FE'

red 98 ◦ green 7 ◦ blue 254

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

Shades of Electric Indigo #6207FE

Tints of Electric Indigo #6207FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

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

R = 27.3%
G = 1.95%
B = 70.75%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6207FE (or 0x6207FE) is known color: Electric Indigo. HEX triplet: 62, 07 and FE. RGB value is (98,7,254). Sum of RGB (Red+Green+Blue) = 98+7+254=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #6207FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6207FE is #9DF801. Grayscale: #3D3D3D. Windows color (decimal): -10352642 or 16648034. OLE color: 16648034.

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

Color convert

RGB 98 7 254 -
CMYK 0.61 0.97 0 0.00
HSL 262.11º 0.99% 0.51% -
HSV(B) 262.11º 0.97% 1% -
XYZ 23 9.9 94.47 -
YUV 62.37 236.15 153.42 -
System Red Green Blue C M Y K H S L
Decimal 98 7 254 0.61 0.97 0 0.00 262.11 0.99 0.51
Hex 62 7 FE 3D 61 0 0 106 63 33
Octal 142 7 376 75 141 0 0 406 143 63
Binary 1100010 111 11111110 111101 1100001 0 0 100000110 1100011 110011

Color Harmonies of #6207FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6207FE

Black with #6207FE

Text Example


Text Example

White with #6207FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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