Html Css Color HEX #6F0AFE Electric Indigo

📋 copy color: '#6F0AFE'

red 111 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #6F0AFE

Tints of Electric Indigo #6F0AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 29.6%
G = 2.67%
B = 67.73%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F0AFE (or 0x6F0AFE) is known color: Electric Indigo. HEX triplet: 6F, 0A and FE. RGB value is (111,10,254). Sum of RGB (Red+Green+Blue) = 111+10+254=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F0AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0AFE is #90F501. Grayscale: #434343. Windows color (decimal): -9499906 or 16648815. OLE color: 16648815.

HSL color Cylindrical-coordinate representation of color #6F0AFE: hue angle of 264.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0AFE is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 10 254 -
CMYK 0.56 0.96 0 0.00
HSL 264.84º 0.99% 0.52% -
HSV(B) 264.84º 0.96% 1% -
XYZ 24.55 10.75 94.55 -
YUV 68.02 232.96 158.66 -
System Red Green Blue C M Y K H S L
Decimal 111 10 254 0.56 0.96 0 0.00 264.84 0.99 0.52
Hex 6F A FE 38 60 0 0 109 63 34
Octal 157 12 376 70 140 0 0 411 143 64
Binary 1101111 1010 11111110 111000 1100000 0 0 100001001 1100011 110100

Color Harmonies of #6F0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0AFE

Black with #6F0AFE

Text Example


Text Example

White with #6F0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,10,254); }

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

background-color css

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

 a { background-color: rgb(111,10,254); }

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

border-color css

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

 span { border-color: rgb(111,10,254); }

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