Html Css Color HEX #6F17FC Electric Indigo

📋 copy color: '#6F17FC'

red 111 ◦ green 23 ◦ blue 252

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

Shades of Electric Indigo #6F17FC

Tints of Electric Indigo #6F17FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.96%

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 28.76%
G = 5.96%
B = 65.28%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F17FC (or 0x6F17FC) is known color: Electric Indigo. HEX triplet: 6F, 17 and FC. RGB value is (111,23,252). Sum of RGB (Red+Green+Blue) = 111+23+252=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F17FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F17FC is #90E803. Grayscale: #4A4A4A. Windows color (decimal): -9496580 or 16521071. OLE color: 16521071.

HSL color Cylindrical-coordinate representation of color #6F17FC: hue angle of 263.06º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F17FC is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 23 252 -
CMYK 0.56 0.91 0 0.01
HSL 263.06º 0.97% 0.54% -
HSV(B) 263.06º 0.91% 0.99% -
XYZ 24.43 11.02 92.93 -
YUV 75.42 227.65 153.38 -
System Red Green Blue C M Y K H S L
Decimal 111 23 252 0.56 0.91 0 0.01 263.06 0.97 0.54
Hex 6F 17 FC 38 5B 0 1 107 61 36
Octal 157 27 374 70 133 0 1 407 141 66
Binary 1101111 10111 11111100 111000 1011011 0 1 100000111 1100001 110110

Color Harmonies of #6F17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F17FC

Black with #6F17FC

Text Example


Text Example

White with #6F17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,23,252); }

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

background-color css

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

 a { background-color: rgb(111,23,252); }

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

border-color css

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

 span { border-color: rgb(111,23,252); }

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