Html Css Color HEX #6F08EA Electric Indigo

📋 copy color: '#6F08EA'

red 111 ◦ green 8 ◦ blue 234

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

Shades of Electric Indigo #6F08EA

Tints of Electric Indigo #6F08EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.29%

R = 31.44%
G = 2.27%
B = 66.29%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F08EA (or 0x6F08EA) is known color: Electric Indigo. HEX triplet: 6F, 08 and EA. RGB value is (111,8,234). Sum of RGB (Red+Green+Blue) = 111+8+234=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F08EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F08EA is #90F715. Grayscale: #3F3F3F. Windows color (decimal): -9500438 or 15337583. OLE color: 15337583.

HSL color Cylindrical-coordinate representation of color #6F08EA: hue angle of 267.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F08EA is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 8 234 -
CMYK 0.53 0.97 0 0.08
HSL 267.35º 0.93% 0.47% -
HSV(B) 267.35º 0.97% 0.92% -
XYZ 21.49 9.49 78.54 -
YUV 64.56 223.62 161.12 -
System Red Green Blue C M Y K H S L
Decimal 111 8 234 0.53 0.97 0 0.08 267.35 0.93 0.47
Hex 6F 8 EA 35 61 0 8 10B 5D 2F
Octal 157 10 352 65 141 0 10 413 135 57
Binary 1101111 1000 11101010 110101 1100001 0 1000 100001011 1011101 101111

Color Harmonies of #6F08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F08EA

Black with #6F08EA

Text Example


Text Example

White with #6F08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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