Html Css Color HEX #6B0CEF Electric Indigo

📋 copy color: '#6B0CEF'

red 107 ◦ green 12 ◦ blue 239

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

Shades of Electric Indigo #6B0CEF

Tints of Electric Indigo #6B0CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

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

R = 29.89%
G = 3.35%
B = 66.76%

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

#6B0CEF (or 0x6B0CEF) is known color: Electric Indigo. HEX triplet: 6B, 0C and EF. RGB value is (107,12,239). Sum of RGB (Red+Green+Blue) = 107+12+239=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B0CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0CEF is #94F310. Grayscale: #414141. Windows color (decimal): -9761553 or 15666283. OLE color: 15666283.

HSL color Cylindrical-coordinate representation of color #6B0CEF: hue angle of 265.11º degrees, saturation: 0.9, 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 #6B0CEF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 12 239 -
CMYK 0.55 0.95 0 0.06
HSL 265.11º 0.9% 0.49% -
HSV(B) 265.11º 0.95% 0.94% -
XYZ 21.77 9.62 82.37 -
YUV 66.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 107 12 239 0.55 0.95 0 0.06 265.11 0.9 0.49
Hex 6B C EF 37 5F 0 6 109 5A 31
Octal 153 14 357 67 137 0 6 411 132 61
Binary 1101011 1100 11101111 110111 1011111 0 110 100001001 1011010 110001

Color Harmonies of #6B0CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0CEF

Black with #6B0CEF

Text Example


Text Example

White with #6B0CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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