Html Css Color HEX #6B00EF Electric Indigo

📋 copy color: '#6B00EF'

red 107 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #6B00EF

Tints of Electric Indigo #6B00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 69.08%

R = 30.92%
G = 0%
B = 69.08%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B00EF (or 0x6B00EF) is known color: Electric Indigo. HEX triplet: 6B, 00 and EF. RGB value is (107,0,239). Sum of RGB (Red+Green+Blue) = 107+0+239=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B00EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B00EF is #94FF10. Grayscale: #3A3A3A. Windows color (decimal): -9764625 or 15663211. OLE color: 15663211.

HSL color Cylindrical-coordinate representation of color #6B00EF: hue angle of 266.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B00EF is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 0 239 -
CMYK 0.55 1 0 0.06
HSL 266.86º 1% 0.47% -
HSV(B) 266.86º 1% 0.94% -
XYZ 21.64 9.36 82.33 -
YUV 59.24 229.45 162.07 -
System Red Green Blue C M Y K H S L
Decimal 107 0 239 0.55 1 0 0.06 266.86 1 0.47
Hex 6B 0 EF 37 64 0 6 10B 64 2F
Octal 153 0 357 67 144 0 6 413 144 57
Binary 1101011 0 11101111 110111 1100100 0 110 100001011 1100100 101111

Color Harmonies of #6B00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B00EF

Black with #6B00EF

Text Example


Text Example

White with #6B00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,239); }

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

background-color css

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

 a { background-color: rgb(107,0,239); }

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

border-color css

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

 span { border-color: rgb(107,0,239); }

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