Html Css Color HEX #6C16FC Electric Indigo

📋 copy color: '#6C16FC'

red 108 ◦ green 22 ◦ blue 252

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

Shades of Electric Indigo #6C16FC

Tints of Electric Indigo #6C16FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.97%

R = 28.27%
G = 5.76%
B = 65.97%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C16FC (or 0x6C16FC) is known color: Electric Indigo. HEX triplet: 6C, 16 and FC. RGB value is (108,22,252). Sum of RGB (Red+Green+Blue) = 108+22+252=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C16FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C16FC is #93E903. Grayscale: #494949. Windows color (decimal): -9693444 or 16520812. OLE color: 16520812.

HSL color Cylindrical-coordinate representation of color #6C16FC: hue angle of 262.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C16FC is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 22 252 -
CMYK 0.57 0.91 0 0.01
HSL 262.43º 0.97% 0.54% -
HSV(B) 262.43º 0.91% 0.99% -
XYZ 24.04 10.79 92.91 -
YUV 73.93 228.49 152.3 -
System Red Green Blue C M Y K H S L
Decimal 108 22 252 0.57 0.91 0 0.01 262.43 0.97 0.54
Hex 6C 16 FC 39 5B 0 1 106 61 36
Octal 154 26 374 71 133 0 1 406 141 66
Binary 1101100 10110 11111100 111001 1011011 0 1 100000110 1100001 110110

Color Harmonies of #6C16FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C16FC

Black with #6C16FC

Text Example


Text Example

White with #6C16FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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