Html Css Color HEX #6F0FFD Electric Indigo

📋 copy color: '#6F0FFD'

red 111 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #6F0FFD

Tints of Electric Indigo #6F0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 29.29%
G = 3.96%
B = 66.75%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F0FFD (or 0x6F0FFD) is known color: Electric Indigo. HEX triplet: 6F, 0F and FD. RGB value is (111,15,253). Sum of RGB (Red+Green+Blue) = 111+15+253=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F0FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0FFD is #90F002. Grayscale: #454545. Windows color (decimal): -9498627 or 16584559. OLE color: 16584559.

HSL color Cylindrical-coordinate representation of color #6F0FFD: hue angle of 264.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0FFD is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 15 253 -
CMYK 0.56 0.94 0 0.01
HSL 264.2º 0.98% 0.53% -
HSV(B) 264.2º 0.94% 0.99% -
XYZ 24.46 10.81 93.73 -
YUV 70.84 230.8 156.65 -
System Red Green Blue C M Y K H S L
Decimal 111 15 253 0.56 0.94 0 0.01 264.2 0.98 0.53
Hex 6F F FD 38 5E 0 1 108 62 35
Octal 157 17 375 70 136 0 1 410 142 65
Binary 1101111 1111 11111101 111000 1011110 0 1 100001000 1100010 110101

Color Harmonies of #6F0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0FFD

Black with #6F0FFD

Text Example


Text Example

White with #6F0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,15,253); }

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

background-color css

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

 a { background-color: rgb(111,15,253); }

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

border-color css

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

 span { border-color: rgb(111,15,253); }

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