Html Css Color HEX #6B15ED Electric Indigo

📋 copy color: '#6B15ED'

red 107 ◦ green 21 ◦ blue 237

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

Shades of Electric Indigo #6B15ED

Tints of Electric Indigo #6B15ED

RGB

 RED value IS 107 (42.19% from 255) = 29.32%

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

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

R = 29.32%
G = 5.75%
B = 64.93%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B15ED (or 0x6B15ED) is known color: Electric Indigo. HEX triplet: 6B, 15 and ED. RGB value is (107,21,237). Sum of RGB (Red+Green+Blue) = 107+21+237=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B15ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B15ED is #94EA12. Grayscale: #464646. Windows color (decimal): -9759251 or 15537515. OLE color: 15537515.

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

Color convert

RGB 107 21 237 -
CMYK 0.55 0.91 0 0.07
HSL 263.89º 0.86% 0.51% -
HSV(B) 263.89º 0.91% 0.93% -
XYZ 21.62 9.78 80.87 -
YUV 71.34 221.49 153.44 -
System Red Green Blue C M Y K H S L
Decimal 107 21 237 0.55 0.91 0 0.07 263.89 0.86 0.51
Hex 6B 15 ED 37 5B 0 7 108 56 33
Octal 153 25 355 67 133 0 7 410 126 63
Binary 1101011 10101 11101101 110111 1011011 0 111 100001000 1010110 110011

Color Harmonies of #6B15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B15ED

Black with #6B15ED

Text Example


Text Example

White with #6B15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,237); }

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

background-color css

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

 a { background-color: rgb(107,21,237); }

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

border-color css

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

 span { border-color: rgb(107,21,237); }

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