Html Css Color HEX #6F05F9 Electric Indigo

📋 copy color: '#6F05F9'

red 111 ◦ green 5 ◦ blue 249

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

Shades of Electric Indigo #6F05F9

Tints of Electric Indigo #6F05F9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

 BLUE value IS 249 (97.66% from 255) = 68.22%

R = 30.41%
G = 1.37%
B = 68.22%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F05F9 (or 0x6F05F9) is known color: Electric Indigo. HEX triplet: 6F, 05 and F9. RGB value is (111,5,249). Sum of RGB (Red+Green+Blue) = 111+5+249=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F05F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F05F9 is #90FA06. Grayscale: #3F3F3F. Windows color (decimal): -9501191 or 16319855. OLE color: 16319855.

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

Color convert

RGB 111 5 249 -
CMYK 0.55 0.98 0 0.02
HSL 266.07º 0.96% 0.5% -
HSV(B) 266.07º 0.98% 0.98% -
XYZ 23.71 10.33 90.37 -
YUV 64.51 232.12 161.16 -
System Red Green Blue C M Y K H S L
Decimal 111 5 249 0.55 0.98 0 0.02 266.07 0.96 0.5
Hex 6F 5 F9 37 62 0 2 10A 60 32
Octal 157 5 371 67 142 0 2 412 140 62
Binary 1101111 101 11111001 110111 1100010 0 10 100001010 1100000 110010

Color Harmonies of #6F05F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F05F9

Black with #6F05F9

Text Example


Text Example

White with #6F05F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,5,249); }

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

background-color css

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

 a { background-color: rgb(111,5,249); }

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

border-color css

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

 span { border-color: rgb(111,5,249); }

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