Html Css Color HEX #6F0BFA Electric Indigo

📋 copy color: '#6F0BFA'

red 111 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #6F0BFA

Tints of Electric Indigo #6F0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.96%

 BLUE value IS 250 (98.05% from 255) = 67.2%

R = 29.84%
G = 2.96%
B = 67.2%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F0BFA (or 0x6F0BFA) is known color: Electric Indigo. HEX triplet: 6F, 0B and FA. RGB value is (111,11,250). Sum of RGB (Red+Green+Blue) = 111+11+250=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0BFA is #90F405. Grayscale: #434343. Windows color (decimal): -9499654 or 16386927. OLE color: 16386927.

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

Color convert

RGB 111 11 250 -
CMYK 0.56 0.96 0 0.02
HSL 265.1º 0.96% 0.51% -
HSV(B) 265.1º 0.96% 0.98% -
XYZ 23.93 10.52 91.21 -
YUV 68.15 230.63 158.57 -
System Red Green Blue C M Y K H S L
Decimal 111 11 250 0.56 0.96 0 0.02 265.1 0.96 0.51
Hex 6F B FA 38 60 0 2 109 60 33
Octal 157 13 372 70 140 0 2 411 140 63
Binary 1101111 1011 11111010 111000 1100000 0 10 100001001 1100000 110011

Color Harmonies of #6F0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BFA

Black with #6F0BFA

Text Example


Text Example

White with #6F0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,11,250); }

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

background-color css

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

 a { background-color: rgb(111,11,250); }

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

border-color css

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

 span { border-color: rgb(111,11,250); }

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