Html Css Color HEX #6B0BEF Electric Indigo

📋 copy color: '#6B0BEF'

red 107 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #6B0BEF

Tints of Electric Indigo #6B0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.08%

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

R = 29.97%
G = 3.08%
B = 66.95%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B0BEF (or 0x6B0BEF) is known color: Electric Indigo. HEX triplet: 6B, 0B and EF. RGB value is (107,11,239). Sum of RGB (Red+Green+Blue) = 107+11+239=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B0BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0BEF is #94F410. Grayscale: #404040. Windows color (decimal): -9761809 or 15666027. OLE color: 15666027.

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

Color convert

RGB 107 11 239 -
CMYK 0.55 0.95 0 0.06
HSL 265.26º 0.91% 0.49% -
HSV(B) 265.26º 0.95% 0.94% -
XYZ 21.76 9.6 82.37 -
YUV 65.7 225.8 157.46 -
System Red Green Blue C M Y K H S L
Decimal 107 11 239 0.55 0.95 0 0.06 265.26 0.91 0.49
Hex 6B B EF 37 5F 0 6 109 5B 31
Octal 153 13 357 67 137 0 6 411 133 61
Binary 1101011 1011 11101111 110111 1011111 0 110 100001001 1011011 110001

Color Harmonies of #6B0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0BEF

Black with #6B0BEF

Text Example


Text Example

White with #6B0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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