Html Css Color HEX #6F02FA Electric Indigo

📋 copy color: '#6F02FA'

red 111 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #6F02FA

Tints of Electric Indigo #6F02FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 30.58%
G = 0.55%
B = 68.87%

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

#6F02FA (or 0x6F02FA) is known color: Electric Indigo. HEX triplet: 6F, 02 and FA. RGB value is (111,2,250). Sum of RGB (Red+Green+Blue) = 111+2+250=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F02FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F02FA is #90FD05. Grayscale: #3D3D3D. Windows color (decimal): -9501958 or 16384623. OLE color: 16384623.

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

Color convert

RGB 111 2 250 -
CMYK 0.56 0.99 0 0.02
HSL 266.37º 0.98% 0.49% -
HSV(B) 266.37º 0.99% 0.98% -
XYZ 23.83 10.33 91.18 -
YUV 62.86 233.61 162.33 -
System Red Green Blue C M Y K H S L
Decimal 111 2 250 0.56 0.99 0 0.02 266.37 0.98 0.49
Hex 6F 2 FA 38 63 0 2 10A 62 31
Octal 157 2 372 70 143 0 2 412 142 61
Binary 1101111 10 11111010 111000 1100011 0 10 100001010 1100010 110001

Color Harmonies of #6F02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F02FA

Black with #6F02FA

Text Example


Text Example

White with #6F02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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