Html Css Color HEX #6F08EF Electric Indigo

📋 copy color: '#6F08EF'

red 111 ◦ green 8 ◦ blue 239

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

Shades of Electric Indigo #6F08EF

Tints of Electric Indigo #6F08EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 31.01%
G = 2.23%
B = 66.76%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6F08EF (or 0x6F08EF) is known color: Electric Indigo. HEX triplet: 6F, 08 and EF. RGB value is (111,8,239). Sum of RGB (Red+Green+Blue) = 111+8+239=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F08EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F08EF is #90F710. Grayscale: #404040. Windows color (decimal): -9500433 or 15665263. OLE color: 15665263.

HSL color Cylindrical-coordinate representation of color #6F08EF: hue angle of 266.75º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F08EF is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 8 239 -
CMYK 0.54 0.97 0 0.06
HSL 266.75º 0.94% 0.48% -
HSV(B) 266.75º 0.97% 0.94% -
XYZ 22.22 9.79 82.38 -
YUV 65.13 226.12 160.72 -
System Red Green Blue C M Y K H S L
Decimal 111 8 239 0.54 0.97 0 0.06 266.75 0.94 0.48
Hex 6F 8 EF 36 61 0 6 10B 5E 30
Octal 157 10 357 66 141 0 6 413 136 60
Binary 1101111 1000 11101111 110110 1100001 0 110 100001011 1011110 110000

Color Harmonies of #6F08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F08EF

Black with #6F08EF

Text Example


Text Example

White with #6F08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,239); }

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

background-color css

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

 a { background-color: rgb(111,8,239); }

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

border-color css

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

 span { border-color: rgb(111,8,239); }

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