Html Css Color HEX #6F07F9 Electric Indigo

📋 copy color: '#6F07F9'

red 111 ◦ green 7 ◦ blue 249

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

Shades of Electric Indigo #6F07F9

Tints of Electric Indigo #6F07F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 67.85%

R = 30.25%
G = 1.91%
B = 67.85%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F07F9 (or 0x6F07F9) is known color: Electric Indigo. HEX triplet: 6F, 07 and F9. RGB value is (111,7,249). Sum of RGB (Red+Green+Blue) = 111+7+249=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F07F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F07F9 is #90F806. Grayscale: #404040. Windows color (decimal): -9500679 or 16320367. OLE color: 16320367.

HSL color Cylindrical-coordinate representation of color #6F07F9: hue angle of 265.79º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F07F9 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 7 249 -
CMYK 0.55 0.97 0 0.02
HSL 265.79º 0.95% 0.5% -
HSV(B) 265.79º 0.97% 0.98% -
XYZ 23.73 10.37 90.37 -
YUV 65.68 231.46 160.32 -
System Red Green Blue C M Y K H S L
Decimal 111 7 249 0.55 0.97 0 0.02 265.79 0.95 0.5
Hex 6F 7 F9 37 61 0 2 10A 5F 32
Octal 157 7 371 67 141 0 2 412 137 62
Binary 1101111 111 11111001 110111 1100001 0 10 100001010 1011111 110010

Color Harmonies of #6F07F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F07F9

Black with #6F07F9

Text Example


Text Example

White with #6F07F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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