Html Css Color HEX #6F0DFF Electric Indigo

📋 copy color: '#6F0DFF'

red 111 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #6F0DFF

Tints of Electric Indigo #6F0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.43%

 BLUE value IS 255 (100% from 255) = 67.28%

R = 29.29%
G = 3.43%
B = 67.28%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F0DFF (or 0x6F0DFF) is known color: Electric Indigo. HEX triplet: 6F, 0D and FF. RGB value is (111,13,255). Sum of RGB (Red+Green+Blue) = 111+13+255=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F0DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0DFF is #90F200. Grayscale: #454545. Windows color (decimal): -9499137 or 16715119. OLE color: 16715119.

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

Color convert

RGB 111 13 255 -
CMYK 0.56 0.95 0 0
HSL 264.3º 1% 0.53% -
HSV(B) 264.3º 0.95% 1% -
XYZ 24.75 10.89 95.4 -
YUV 69.89 232.47 157.32 -
System Red Green Blue C M Y K H S L
Decimal 111 13 255 0.56 0.95 0 0 264.3 1 0.53
Hex 6F D FF 38 5F 0 0 108 64 35
Octal 157 15 377 70 137 0 0 410 144 65
Binary 1101111 1101 11111111 111000 1011111 0 0 100001000 1100100 110101

Color Harmonies of #6F0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0DFF

Black with #6F0DFF

Text Example


Text Example

White with #6F0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,13,255); }

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

background-color css

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

 a { background-color: rgb(111,13,255); }

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

border-color css

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

 span { border-color: rgb(111,13,255); }

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