Html Css Color HEX #6F09FA Electric Indigo

📋 copy color: '#6F09FA'

red 111 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #6F09FA

Tints of Electric Indigo #6F09FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

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

R = 30%
G = 2.43%
B = 67.57%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F09FA (or 0x6F09FA) is known color: Electric Indigo. HEX triplet: 6F, 09 and FA. RGB value is (111,9,250). Sum of RGB (Red+Green+Blue) = 111+9+250=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F09FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F09FA is #90F605. Grayscale: #424242. Windows color (decimal): -9500166 or 16386415. OLE color: 16386415.

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

Color convert

RGB 111 9 250 -
CMYK 0.56 0.96 0 0.02
HSL 265.39º 0.96% 0.51% -
HSV(B) 265.39º 0.96% 0.98% -
XYZ 23.91 10.48 91.2 -
YUV 66.97 231.29 159.4 -
System Red Green Blue C M Y K H S L
Decimal 111 9 250 0.56 0.96 0 0.02 265.39 0.96 0.51
Hex 6F 9 FA 38 60 0 2 109 60 33
Octal 157 11 372 70 140 0 2 411 140 63
Binary 1101111 1001 11111010 111000 1100000 0 10 100001001 1100000 110011

Color Harmonies of #6F09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F09FA

Black with #6F09FA

Text Example


Text Example

White with #6F09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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