Html Css Color HEX #6F03FA Electric Indigo

📋 copy color: '#6F03FA'

red 111 ◦ green 3 ◦ blue 250

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

Shades of Electric Indigo #6F03FA

Tints of Electric Indigo #6F03FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 30.49%
G = 0.82%
B = 68.68%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F03FA (or 0x6F03FA) is known color: Electric Indigo. HEX triplet: 6F, 03 and FA. RGB value is (111,3,250). Sum of RGB (Red+Green+Blue) = 111+3+250=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F03FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F03FA is #90FC05. Grayscale: #3E3E3E. Windows color (decimal): -9501702 or 16384879. OLE color: 16384879.

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

Color convert

RGB 111 3 250 -
CMYK 0.56 0.99 0 0.02
HSL 266.23º 0.98% 0.5% -
HSV(B) 266.23º 0.99% 0.98% -
XYZ 23.84 10.35 91.18 -
YUV 63.45 233.28 161.92 -
System Red Green Blue C M Y K H S L
Decimal 111 3 250 0.56 0.99 0 0.02 266.23 0.98 0.5
Hex 6F 3 FA 38 63 0 2 10A 62 32
Octal 157 3 372 70 143 0 2 412 142 62
Binary 1101111 11 11111010 111000 1100011 0 10 100001010 1100010 110010

Color Harmonies of #6F03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F03FA

Black with #6F03FA

Text Example


Text Example

White with #6F03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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