Html Css Color HEX #6C16F5 Electric Indigo

📋 copy color: '#6C16F5'

red 108 ◦ green 22 ◦ blue 245

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

Shades of Electric Indigo #6C16F5

Tints of Electric Indigo #6C16F5

RGB

 RED value IS 108 (42.58% from 255) = 28.8%

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

 BLUE value IS 245 (96.09% from 255) = 65.33%

R = 28.8%
G = 5.87%
B = 65.33%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6C16F5 (or 0x6C16F5) is known color: Electric Indigo. HEX triplet: 6C, 16 and F5. RGB value is (108,22,245). Sum of RGB (Red+Green+Blue) = 108+22+245=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #6C16F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C16F5 is #93E90A. Grayscale: #484848. Windows color (decimal): -9693451 or 16062060. OLE color: 16062060.

HSL color Cylindrical-coordinate representation of color #6C16F5: hue angle of 263.14º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C16F5 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 108 22 245 -
CMYK 0.56 0.91 0 0.04
HSL 263.14º 0.92% 0.52% -
HSV(B) 263.14º 0.91% 0.96% -
XYZ 22.95 10.35 87.18 -
YUV 73.14 224.99 152.87 -
System Red Green Blue C M Y K H S L
Decimal 108 22 245 0.56 0.91 0 0.04 263.14 0.92 0.52
Hex 6C 16 F5 38 5B 0 4 107 5C 34
Octal 154 26 365 70 133 0 4 407 134 64
Binary 1101100 10110 11110101 111000 1011011 0 100 100000111 1011100 110100

Color Harmonies of #6C16F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C16F5

Black with #6C16F5

Text Example


Text Example

White with #6C16F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,22,245); }

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

background-color css

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

 a { background-color: rgb(108,22,245); }

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

border-color css

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

 span { border-color: rgb(108,22,245); }

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