Html Css Color HEX #6F1CFB Electric Indigo

📋 copy color: '#6F1CFB'

red 111 ◦ green 28 ◦ blue 251

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

Shades of Electric Indigo #6F1CFB

Tints of Electric Indigo #6F1CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

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

R = 28.46%
G = 7.18%
B = 64.36%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F1CFB (or 0x6F1CFB) is known color: Electric Indigo. HEX triplet: 6F, 1C and FB. RGB value is (111,28,251). Sum of RGB (Red+Green+Blue) = 111+28+251=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F1CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1CFB is #90E304. Grayscale: #4D4D4D. Windows color (decimal): -9495301 or 16456815. OLE color: 16456815.

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

Color convert

RGB 111 28 251 -
CMYK 0.56 0.89 0 0.02
HSL 262.33º 0.97% 0.55% -
HSV(B) 262.33º 0.89% 0.98% -
XYZ 24.38 11.18 92.14 -
YUV 78.24 225.5 151.37 -
System Red Green Blue C M Y K H S L
Decimal 111 28 251 0.56 0.89 0 0.02 262.33 0.97 0.55
Hex 6F 1C FB 38 59 0 2 106 61 37
Octal 157 34 373 70 131 0 2 406 141 67
Binary 1101111 11100 11111011 111000 1011001 0 10 100000110 1100001 110111

Color Harmonies of #6F1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1CFB

Black with #6F1CFB

Text Example


Text Example

White with #6F1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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