Html Css Color HEX #6F07FE Electric Indigo

📋 copy color: '#6F07FE'

red 111 ◦ green 7 ◦ blue 254

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

Shades of Electric Indigo #6F07FE

Tints of Electric Indigo #6F07FE

RGB

 RED value IS 111 (43.75% from 255) = 29.84%

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

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

R = 29.84%
G = 1.88%
B = 68.28%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F07FE (or 0x6F07FE) is known color: Electric Indigo. HEX triplet: 6F, 07 and FE. RGB value is (111,7,254). Sum of RGB (Red+Green+Blue) = 111+7+254=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F07FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F07FE is #90F801. Grayscale: #414141. Windows color (decimal): -9500674 or 16648047. OLE color: 16648047.

HSL color Cylindrical-coordinate representation of color #6F07FE: hue angle of 265.26º 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 #6F07FE is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 7 254 -
CMYK 0.56 0.97 0 0.00
HSL 265.26º 0.99% 0.51% -
HSV(B) 265.26º 0.97% 1% -
XYZ 24.52 10.69 94.54 -
YUV 66.25 233.96 159.92 -
System Red Green Blue C M Y K H S L
Decimal 111 7 254 0.56 0.97 0 0.00 265.26 0.99 0.51
Hex 6F 7 FE 38 61 0 0 109 63 33
Octal 157 7 376 70 141 0 0 411 143 63
Binary 1101111 111 11111110 111000 1100001 0 0 100001001 1100011 110011

Color Harmonies of #6F07FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F07FE

Black with #6F07FE

Text Example


Text Example

White with #6F07FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F07FE; }

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

 H1.HeaderClassName
 {
   color: #6F07FE;
 }
 .AnyTagClassName
 {
   color: #6F07FE;
 }
</style>

background-color css

<style>
 a { background-color: #6F07FE; }

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

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

border-color css

<style>
 span { border-color: #6F07FE; }

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

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