Html Css Color HEX #6B0FFB Electric Indigo

📋 copy color: '#6B0FFB'

red 107 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #6B0FFB

Tints of Electric Indigo #6B0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.02%

 BLUE value IS 251 (98.44% from 255) = 67.29%

R = 28.69%
G = 4.02%
B = 67.29%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B0FFB (or 0x6B0FFB) is known color: Electric Indigo. HEX triplet: 6B, 0F and FB. RGB value is (107,15,251). Sum of RGB (Red+Green+Blue) = 107+15+251=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B0FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0FFB is #94F004. Grayscale: #444444. Windows color (decimal): -9760773 or 16453483. OLE color: 16453483.

HSL color Cylindrical-coordinate representation of color #6B0FFB: hue angle of 263.39º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0FFB is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 15 251 -
CMYK 0.57 0.94 0 0.02
HSL 263.39º 0.97% 0.52% -
HSV(B) 263.39º 0.94% 0.98% -
XYZ 23.65 10.43 92.03 -
YUV 69.41 230.48 154.81 -
System Red Green Blue C M Y K H S L
Decimal 107 15 251 0.57 0.94 0 0.02 263.39 0.97 0.52
Hex 6B F FB 39 5E 0 2 107 61 34
Octal 153 17 373 71 136 0 2 407 141 64
Binary 1101011 1111 11111011 111001 1011110 0 10 100000111 1100001 110100

Color Harmonies of #6B0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0FFB

Black with #6B0FFB

Text Example


Text Example

White with #6B0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,15,251); }

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

background-color css

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

 a { background-color: rgb(107,15,251); }

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

border-color css

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

 span { border-color: rgb(107,15,251); }

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