Html Css Color HEX #6C15EB Electric Indigo

📋 copy color: '#6C15EB'

red 108 ◦ green 21 ◦ blue 235

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

Shades of Electric Indigo #6C15EB

Tints of Electric Indigo #6C15EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.77%

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 29.67%
G = 5.77%
B = 64.56%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C15EB (or 0x6C15EB) is known color: Electric Indigo. HEX triplet: 6C, 15 and EB. RGB value is (108,21,235). Sum of RGB (Red+Green+Blue) = 108+21+235=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C15EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C15EB is #93EA14. Grayscale: #464646. Windows color (decimal): -9693717 or 15406444. OLE color: 15406444.

HSL color Cylindrical-coordinate representation of color #6C15EB: hue angle of 264.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C15EB is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 21 235 -
CMYK 0.54 0.91 0 0.08
HSL 264.39º 0.84% 0.5% -
HSV(B) 264.39º 0.91% 0.92% -
XYZ 21.45 9.72 79.34 -
YUV 71.41 220.32 154.1 -
System Red Green Blue C M Y K H S L
Decimal 108 21 235 0.54 0.91 0 0.08 264.39 0.84 0.5
Hex 6C 15 EB 36 5B 0 8 108 54 32
Octal 154 25 353 66 133 0 10 410 124 62
Binary 1101100 10101 11101011 110110 1011011 0 1000 100001000 1010100 110010

Color Harmonies of #6C15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C15EB

Black with #6C15EB

Text Example


Text Example

White with #6C15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,21,235); }

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

background-color css

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

 a { background-color: rgb(108,21,235); }

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

border-color css

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

 span { border-color: rgb(108,21,235); }

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