Html Css Color HEX #6C16FA Electric Indigo

📋 copy color: '#6C16FA'

red 108 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #6C16FA

Tints of Electric Indigo #6C16FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 28.42%
G = 5.79%
B = 65.79%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C16FA (or 0x6C16FA) is known color: Electric Indigo. HEX triplet: 6C, 16 and FA. RGB value is (108,22,250). Sum of RGB (Red+Green+Blue) = 108+22+250=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C16FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C16FA is #93E905. Grayscale: #484848. Windows color (decimal): -9693446 or 16389740. OLE color: 16389740.

HSL color Cylindrical-coordinate representation of color #6C16FA: hue angle of 262.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C16FA is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 22 250 -
CMYK 0.57 0.91 0 0.02
HSL 262.63º 0.96% 0.53% -
HSV(B) 262.63º 0.91% 0.98% -
XYZ 23.73 10.66 91.25 -
YUV 73.71 227.49 152.46 -
System Red Green Blue C M Y K H S L
Decimal 108 22 250 0.57 0.91 0 0.02 262.63 0.96 0.53
Hex 6C 16 FA 39 5B 0 2 107 60 35
Octal 154 26 372 71 133 0 2 407 140 65
Binary 1101100 10110 11111010 111001 1011011 0 10 100000111 1100000 110101

Color Harmonies of #6C16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C16FA

Black with #6C16FA

Text Example


Text Example

White with #6C16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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