Html Css Color HEX #6F01F8 Electric Indigo

📋 copy color: '#6F01F8'

red 111 ◦ green 1 ◦ blue 248

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

Shades of Electric Indigo #6F01F8

Tints of Electric Indigo #6F01F8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 248 (97.27% from 255) = 68.89%

R = 30.83%
G = 0.28%
B = 68.89%

CMYK

 C value IS 0.55

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6F01F8 (or 0x6F01F8) is known color: Electric Indigo. HEX triplet: 6F, 01 and F8. RGB value is (111,1,248). Sum of RGB (Red+Green+Blue) = 111+1+248=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F01F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F01F8 is #90FE07. Grayscale: #3D3D3D. Windows color (decimal): -9502216 or 16253295. OLE color: 16253295.

HSL color Cylindrical-coordinate representation of color #6F01F8: hue angle of 266.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F01F8 is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 111 1 248 -
CMYK 0.55 1.00 0 0.03
HSL 266.72º 0.99% 0.49% -
HSV(B) 266.72º 1% 0.97% -
XYZ 23.51 10.18 89.53 -
YUV 62.05 232.94 162.92 -
System Red Green Blue C M Y K H S L
Decimal 111 1 248 0.55 1.00 0 0.03 266.72 0.99 0.49
Hex 6F 1 F8 37 64 0 3 10B 63 31
Octal 157 1 370 67 144 0 3 413 143 61
Binary 1101111 1 11111000 110111 1100100 0 11 100001011 1100011 110001

Color Harmonies of #6F01F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F01F8

Black with #6F01F8

Text Example


Text Example

White with #6F01F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,248); }

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

background-color css

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

 a { background-color: rgb(111,1,248); }

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

border-color css

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

 span { border-color: rgb(111,1,248); }

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