Html Css Color HEX #6F0CE4 Electric Indigo

📋 copy color: '#6F0CE4'

red 111 ◦ green 12 ◦ blue 228

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

Shades of Electric Indigo #6F0CE4

Tints of Electric Indigo #6F0CE4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

 BLUE value IS 228 (89.45% from 255) = 64.96%

R = 31.62%
G = 3.42%
B = 64.96%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6F0CE4 (or 0x6F0CE4) is known color: Electric Indigo. HEX triplet: 6F, 0C and E4. RGB value is (111,12,228). Sum of RGB (Red+Green+Blue) = 111+12+228=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 228 (89.45% from 255 or 64.96% from 351); Max value from RGB is 228 - color contains mainly: blue. Hex color #6F0CE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CE4 is #90F31B. Grayscale: #414141. Windows color (decimal): -9499420 or 14945391. OLE color: 14945391.

HSL color Cylindrical-coordinate representation of color #6F0CE4: hue angle of 267.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0CE4 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 12 228 -
CMYK 0.51 0.95 0 0.11
HSL 267.5º 0.9% 0.47% -
HSV(B) 267.5º 0.95% 0.89% -
XYZ 20.69 9.24 74.09 -
YUV 66.23 219.3 159.94 -
System Red Green Blue C M Y K H S L
Decimal 111 12 228 0.51 0.95 0 0.11 267.5 0.9 0.47
Hex 6F C E4 33 5F 0 B 10C 5A 2F
Octal 157 14 344 63 137 0 13 414 132 57
Binary 1101111 1100 11100100 110011 1011111 0 1011 100001100 1011010 101111

Color Harmonies of #6F0CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0CE4

Black with #6F0CE4

Text Example


Text Example

White with #6F0CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,228); }

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

background-color css

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

 a { background-color: rgb(111,12,228); }

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

border-color css

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

 span { border-color: rgb(111,12,228); }

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