Html Css Color HEX #6C0BEF Electric Indigo

📋 copy color: '#6C0BEF'

red 108 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #6C0BEF

Tints of Electric Indigo #6C0BEF

RGB

 RED value IS 108 (42.58% from 255) = 30.17%

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

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

R = 30.17%
G = 3.07%
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

#6C0BEF (or 0x6C0BEF) is known color: Electric Indigo. HEX triplet: 6C, 0B and EF. RGB value is (108,11,239). Sum of RGB (Red+Green+Blue) = 108+11+239=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 11 (4.69% from 255 or 3.07% 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 #6C0BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0BEF is #93F410. Grayscale: #414141. Windows color (decimal): -9696273 or 15666028. OLE color: 15666028.

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

Color convert

RGB 108 11 239 -
CMYK 0.55 0.95 0 0.06
HSL 265.53º 0.91% 0.49% -
HSV(B) 265.53º 0.95% 0.94% -
XYZ 21.88 9.66 82.37 -
YUV 66 225.64 157.96 -
System Red Green Blue C M Y K H S L
Decimal 108 11 239 0.55 0.95 0 0.06 265.53 0.91 0.49
Hex 6C B EF 37 5F 0 6 10A 5B 31
Octal 154 13 357 67 137 0 6 412 133 61
Binary 1101100 1011 11101111 110111 1011111 0 110 100001010 1011011 110001

Color Harmonies of #6C0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0BEF

Black with #6C0BEF

Text Example


Text Example

White with #6C0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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