Html Css Color HEX #6F09DF Electric Indigo

📋 copy color: '#6F09DF'

red 111 ◦ green 9 ◦ blue 223

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

Shades of Electric Indigo #6F09DF

Tints of Electric Indigo #6F09DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 32.36%
G = 2.62%
B = 65.01%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F09DF (or 0x6F09DF) is known color: Electric Indigo. HEX triplet: 6F, 09 and DF. RGB value is (111,9,223). Sum of RGB (Red+Green+Blue) = 111+9+223=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F09DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F09DF is #90F620. Grayscale: #3F3F3F. Windows color (decimal): -9500193 or 14616943. OLE color: 14616943.

HSL color Cylindrical-coordinate representation of color #6F09DF: hue angle of 268.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F09DF is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 9 223 -
CMYK 0.50 0.96 0 0.13
HSL 268.6º 0.92% 0.45% -
HSV(B) 268.6º 0.96% 0.87% -
XYZ 19.97 8.9 70.48 -
YUV 63.89 217.79 161.6 -
System Red Green Blue C M Y K H S L
Decimal 111 9 223 0.50 0.96 0 0.13 268.6 0.92 0.45
Hex 6F 9 DF 32 60 0 D 10D 5C 2D
Octal 157 11 337 62 140 0 15 415 134 55
Binary 1101111 1001 11011111 110010 1100000 0 1101 100001101 1011100 101101

Color Harmonies of #6F09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F09DF

Black with #6F09DF

Text Example


Text Example

White with #6F09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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