Html Css Color HEX #6D0BFF Electric Indigo

📋 copy color: '#6D0BFF'

red 109 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #6D0BFF

Tints of Electric Indigo #6D0BFF

RGB

 RED value IS 109 (42.97% from 255) = 29.07%

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

 BLUE value IS 255 (100% from 255) = 68%

R = 29.07%
G = 2.93%
B = 68%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D0BFF (or 0x6D0BFF) is known color: Electric Indigo. HEX triplet: 6D, 0B and FF. RGB value is (109,11,255). Sum of RGB (Red+Green+Blue) = 109+11+255=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D0BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0BFF is #92F400. Grayscale: #434343. Windows color (decimal): -9630721 or 16714605. OLE color: 16714605.

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

Color convert

RGB 109 11 255 -
CMYK 0.57 0.96 0 0
HSL 264.1º 1% 0.52% -
HSV(B) 264.1º 0.96% 1% -
XYZ 24.48 10.71 95.39 -
YUV 68.12 233.47 157.16 -
System Red Green Blue C M Y K H S L
Decimal 109 11 255 0.57 0.96 0 0 264.1 1 0.52
Hex 6D B FF 39 60 0 0 108 64 34
Octal 155 13 377 71 140 0 0 410 144 64
Binary 1101101 1011 11111111 111001 1100000 0 0 100001000 1100100 110100

Color Harmonies of #6D0BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0BFF

Black with #6D0BFF

Text Example


Text Example

White with #6D0BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,255); }

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

background-color css

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

 a { background-color: rgb(109,11,255); }

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

border-color css

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

 span { border-color: rgb(109,11,255); }

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