Html Css Color HEX #6911FB Electric Indigo

📋 copy color: '#6911FB'

red 105 ◦ green 17 ◦ blue 251

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

Shades of Electric Indigo #6911FB

Tints of Electric Indigo #6911FB

RGB

 RED value IS 105 (41.41% from 255) = 28.15%

 GREEN value IS 17 (7.03% from 255) = 4.56%

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

R = 28.15%
G = 4.56%
B = 67.29%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6911FB (or 0x6911FB) is known color: Electric Indigo. HEX triplet: 69, 11 and FB. RGB value is (105,17,251). Sum of RGB (Red+Green+Blue) = 105+17+251=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #6911FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6911FB is #96EE04. Grayscale: #454545. Windows color (decimal): -9891333 or 16453993. OLE color: 16453993.

HSL color Cylindrical-coordinate representation of color #6911FB: hue angle of 262.56º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6911FB is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 17 251 -
CMYK 0.58 0.93 0 0.02
HSL 262.56º 0.97% 0.53% -
HSV(B) 262.56º 0.93% 0.98% -
XYZ 23.44 10.37 92.03 -
YUV 69.99 230.15 152.97 -
System Red Green Blue C M Y K H S L
Decimal 105 17 251 0.58 0.93 0 0.02 262.56 0.97 0.53
Hex 69 11 FB 3A 5D 0 2 107 61 35
Octal 151 21 373 72 135 0 2 407 141 65
Binary 1101001 10001 11111011 111010 1011101 0 10 100000111 1100001 110101

Color Harmonies of #6911FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6911FB

Black with #6911FB

Text Example


Text Example

White with #6911FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6911FB; }

 p { color: rgb(105,17,251); }

 H1.HeaderClassName
 {
   color: #6911FB;
 }
 .AnyTagClassName
 {
   color: #6911FB;
 }
</style>

background-color css

<style>
 a { background-color: #6911FB; }

 a { background-color: rgb(105,17,251); }

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

border-color css

<style>
 span { border-color: #6911FB; }

 span { border-color: rgb(105,17,251); }

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