Html Css Color HEX #6C16ED Electric Indigo

📋 copy color: '#6C16ED'

red 108 ◦ green 22 ◦ blue 237

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

Shades of Electric Indigo #6C16ED

Tints of Electric Indigo #6C16ED

RGB

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

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

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

R = 29.43%
G = 5.99%
B = 64.58%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C16ED (or 0x6C16ED) is known color: Electric Indigo. HEX triplet: 6C, 16 and ED. RGB value is (108,22,237). Sum of RGB (Red+Green+Blue) = 108+22+237=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C16ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C16ED is #93E912. Grayscale: #474747. Windows color (decimal): -9693459 or 15537772. OLE color: 15537772.

HSL color Cylindrical-coordinate representation of color #6C16ED: hue angle of 264º 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 #6C16ED is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 22 237 -
CMYK 0.54 0.91 0 0.07
HSL 264º 0.86% 0.51% -
HSV(B) 264º 0.91% 0.93% -
XYZ 21.76 9.88 80.88 -
YUV 72.22 220.99 153.52 -
System Red Green Blue C M Y K H S L
Decimal 108 22 237 0.54 0.91 0 0.07 264 0.86 0.51
Hex 6C 16 ED 36 5B 0 7 108 56 33
Octal 154 26 355 66 133 0 7 410 126 63
Binary 1101100 10110 11101101 110110 1011011 0 111 100001000 1010110 110011

Color Harmonies of #6C16ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C16ED

Black with #6C16ED

Text Example


Text Example

White with #6C16ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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