Html Css Color HEX #6F16ED Electric Indigo

📋 copy color: '#6F16ED'

red 111 ◦ green 22 ◦ blue 237

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

Shades of Electric Indigo #6F16ED

Tints of Electric Indigo #6F16ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.95%

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 30%
G = 5.95%
B = 64.05%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F16ED (or 0x6F16ED) is known color: Electric Indigo. HEX triplet: 6F, 16 and ED. RGB value is (111,22,237). Sum of RGB (Red+Green+Blue) = 111+22+237=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F16ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F16ED is #90E912. Grayscale: #484848. Windows color (decimal): -9496851 or 15537775. OLE color: 15537775.

HSL color Cylindrical-coordinate representation of color #6F16ED: hue angle of 264.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F16ED is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 22 237 -
CMYK 0.53 0.91 0 0.07
HSL 264.84º 0.86% 0.51% -
HSV(B) 264.84º 0.91% 0.93% -
XYZ 22.13 10.07 80.9 -
YUV 73.12 220.49 155.02 -
System Red Green Blue C M Y K H S L
Decimal 111 22 237 0.53 0.91 0 0.07 264.84 0.86 0.51
Hex 6F 16 ED 35 5B 0 7 109 56 33
Octal 157 26 355 65 133 0 7 411 126 63
Binary 1101111 10110 11101101 110101 1011011 0 111 100001001 1010110 110011

Color Harmonies of #6F16ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F16ED

Black with #6F16ED

Text Example


Text Example

White with #6F16ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,22,237); }

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

background-color css

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

 a { background-color: rgb(111,22,237); }

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

border-color css

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

 span { border-color: rgb(111,22,237); }

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