Html Css Color HEX #6F0FFC Electric Indigo

📋 copy color: '#6F0FFC'

red 111 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #6F0FFC

Tints of Electric Indigo #6F0FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.67%

R = 29.37%
G = 3.97%
B = 66.67%

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

#6F0FFC (or 0x6F0FFC) is known color: Electric Indigo. HEX triplet: 6F, 0F and FC. RGB value is (111,15,252). Sum of RGB (Red+Green+Blue) = 111+15+252=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F0FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0FFC is #90F003. Grayscale: #454545. Windows color (decimal): -9498628 or 16519023. OLE color: 16519023.

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

Color convert

RGB 111 15 252 -
CMYK 0.56 0.94 0 0.01
HSL 264.3º 0.98% 0.52% -
HSV(B) 264.3º 0.94% 0.99% -
XYZ 24.3 10.75 92.89 -
YUV 70.72 230.3 156.73 -
System Red Green Blue C M Y K H S L
Decimal 111 15 252 0.56 0.94 0 0.01 264.3 0.98 0.52
Hex 6F F FC 38 5E 0 1 108 62 34
Octal 157 17 374 70 136 0 1 410 142 64
Binary 1101111 1111 11111100 111000 1011110 0 1 100001000 1100010 110100

Color Harmonies of #6F0FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0FFC

Black with #6F0FFC

Text Example


Text Example

White with #6F0FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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