Html Css Color HEX #6B0CFE Electric Indigo

📋 copy color: '#6B0CFE'

red 107 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #6B0CFE

Tints of Electric Indigo #6B0CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.1%

R = 28.69%
G = 3.22%
B = 68.1%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B0CFE (or 0x6B0CFE) is known color: Electric Indigo. HEX triplet: 6B, 0C and FE. RGB value is (107,12,254). Sum of RGB (Red+Green+Blue) = 107+12+254=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B0CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0CFE is #94F301. Grayscale: #434343. Windows color (decimal): -9761538 or 16649323. OLE color: 16649323.

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

Color convert

RGB 107 12 254 -
CMYK 0.58 0.95 0 0.00
HSL 263.55º 0.99% 0.52% -
HSV(B) 263.55º 0.95% 1% -
XYZ 24.08 10.54 94.53 -
YUV 67.99 232.97 155.82 -
System Red Green Blue C M Y K H S L
Decimal 107 12 254 0.58 0.95 0 0.00 263.55 0.99 0.52
Hex 6B C FE 3A 5F 0 0 108 63 34
Octal 153 14 376 72 137 0 0 410 143 64
Binary 1101011 1100 11111110 111010 1011111 0 0 100001000 1100011 110100

Color Harmonies of #6B0CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0CFE

Black with #6B0CFE

Text Example


Text Example

White with #6B0CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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