Html Css Color HEX #6D16F8 Electric Indigo

📋 copy color: '#6D16F8'

red 109 ◦ green 22 ◦ blue 248

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

Shades of Electric Indigo #6D16F8

Tints of Electric Indigo #6D16F8

RGB

 RED value IS 109 (42.97% from 255) = 28.76%

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

 BLUE value IS 248 (97.27% from 255) = 65.44%

R = 28.76%
G = 5.8%
B = 65.44%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6D16F8 (or 0x6D16F8) is known color: Electric Indigo. HEX triplet: 6D, 16 and F8. RGB value is (109,22,248). Sum of RGB (Red+Green+Blue) = 109+22+248=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #6D16F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D16F8 is #92E907. Grayscale: #484848. Windows color (decimal): -9627912 or 16258669. OLE color: 16258669.

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

Color convert

RGB 109 22 248 -
CMYK 0.56 0.91 0 0.03
HSL 263.1º 0.94% 0.53% -
HSV(B) 263.1º 0.91% 0.97% -
XYZ 23.54 10.6 89.61 -
YUV 73.78 226.32 153.12 -
System Red Green Blue C M Y K H S L
Decimal 109 22 248 0.56 0.91 0 0.03 263.1 0.94 0.53
Hex 6D 16 F8 38 5B 0 3 107 5E 35
Octal 155 26 370 70 133 0 3 407 136 65
Binary 1101101 10110 11111000 111000 1011011 0 11 100000111 1011110 110101

Color Harmonies of #6D16F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D16F8

Black with #6D16F8

Text Example


Text Example

White with #6D16F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,248); }

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

background-color css

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

 a { background-color: rgb(109,22,248); }

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

border-color css

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

 span { border-color: rgb(109,22,248); }

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