Html Css Color HEX #6F0EFF Electric Indigo

📋 copy color: '#6F0EFF'

red 111 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #6F0EFF

Tints of Electric Indigo #6F0EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.68%

 BLUE value IS 255 (100% from 255) = 67.11%

R = 29.21%
G = 3.68%
B = 67.11%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F0EFF (or 0x6F0EFF) is known color: Electric Indigo. HEX triplet: 6F, 0E and FF. RGB value is (111,14,255). Sum of RGB (Red+Green+Blue) = 111+14+255=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0EFF is #90F100. Grayscale: #454545. Windows color (decimal): -9498881 or 16715375. OLE color: 16715375.

HSL color Cylindrical-coordinate representation of color #6F0EFF: hue angle of 264.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0EFF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 14 255 -
CMYK 0.56 0.95 0 0
HSL 264.15º 1% 0.53% -
HSV(B) 264.15º 0.95% 1% -
XYZ 24.76 10.91 95.41 -
YUV 70.48 232.14 156.9 -
System Red Green Blue C M Y K H S L
Decimal 111 14 255 0.56 0.95 0 0 264.15 1 0.53
Hex 6F E FF 38 5F 0 0 108 64 35
Octal 157 16 377 70 137 0 0 410 144 65
Binary 1101111 1110 11111111 111000 1011111 0 0 100001000 1100100 110101

Color Harmonies of #6F0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0EFF

Black with #6F0EFF

Text Example


Text Example

White with #6F0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,14,255); }

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

background-color css

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

 a { background-color: rgb(111,14,255); }

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

border-color css

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

 span { border-color: rgb(111,14,255); }

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