Html Css Color HEX #6F1DFB Electric Indigo

📋 copy color: '#6F1DFB'

red 111 ◦ green 29 ◦ blue 251

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

Shades of Electric Indigo #6F1DFB

Tints of Electric Indigo #6F1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.42%

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 28.39%
G = 7.42%
B = 64.19%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F1DFB (or 0x6F1DFB) is known color: Electric Indigo. HEX triplet: 6F, 1D and FB. RGB value is (111,29,251). Sum of RGB (Red+Green+Blue) = 111+29+251=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F1DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1DFB is #90E204. Grayscale: #4E4E4E. Windows color (decimal): -9495045 or 16457071. OLE color: 16457071.

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

Color convert

RGB 111 29 251 -
CMYK 0.56 0.88 0 0.02
HSL 262.16º 0.97% 0.55% -
HSV(B) 262.16º 0.88% 0.98% -
XYZ 24.41 11.22 92.15 -
YUV 78.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 111 29 251 0.56 0.88 0 0.02 262.16 0.97 0.55
Hex 6F 1D FB 38 58 0 2 106 61 37
Octal 157 35 373 70 130 0 2 406 141 67
Binary 1101111 11101 11111011 111000 1011000 0 10 100000110 1100001 110111

Color Harmonies of #6F1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1DFB

Black with #6F1DFB

Text Example


Text Example

White with #6F1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,29,251); }

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

background-color css

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

 a { background-color: rgb(111,29,251); }

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

border-color css

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

 span { border-color: rgb(111,29,251); }

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