Html Css Color HEX #6B0EFD Electric Indigo

📋 copy color: '#6B0EFD'

red 107 ◦ green 14 ◦ blue 253

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

Shades of Electric Indigo #6B0EFD

Tints of Electric Indigo #6B0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.74%

 BLUE value IS 253 (99.22% from 255) = 67.65%

R = 28.61%
G = 3.74%
B = 67.65%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B0EFD (or 0x6B0EFD) is known color: Electric Indigo. HEX triplet: 6B, 0E and FD. RGB value is (107,14,253). Sum of RGB (Red+Green+Blue) = 107+14+253=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B0EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0EFD is #94F102. Grayscale: #444444. Windows color (decimal): -9761027 or 16584299. OLE color: 16584299.

HSL color Cylindrical-coordinate representation of color #6B0EFD: hue angle of 263.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0EFD is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 14 253 -
CMYK 0.58 0.94 0 0.01
HSL 263.35º 0.98% 0.52% -
HSV(B) 263.35º 0.94% 0.99% -
XYZ 23.95 10.53 93.7 -
YUV 69.05 231.81 155.07 -
System Red Green Blue C M Y K H S L
Decimal 107 14 253 0.58 0.94 0 0.01 263.35 0.98 0.52
Hex 6B E FD 3A 5E 0 1 107 62 34
Octal 153 16 375 72 136 0 1 407 142 64
Binary 1101011 1110 11111101 111010 1011110 0 1 100000111 1100010 110100

Color Harmonies of #6B0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0EFD

Black with #6B0EFD

Text Example


Text Example

White with #6B0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,14,253); }

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

background-color css

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

 a { background-color: rgb(107,14,253); }

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

border-color css

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

 span { border-color: rgb(107,14,253); }

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