Html Css Color HEX #6D00BF Dark Violet

📋 copy color: '#6D00BF'

red 109 ◦ green 0 ◦ blue 191

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

Shades of Dark Violet #6D00BF

Tints of Dark Violet #6D00BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 191 (75% from 255) = 63.67%

R = 36.33%
G = 0%
B = 63.67%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D00BF (or 0x6D00BF) is known color: Dark Violet. HEX triplet: 6D, 00 and BF. RGB value is (109,0,191). Sum of RGB (Red+Green+Blue) = 109+0+191=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D00BF is #92FF40. Grayscale: #353535. Windows color (decimal): -9633601 or 12517485. OLE color: 12517485.

HSL color Cylindrical-coordinate representation of color #6D00BF: hue angle of 274.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00BF is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 0 191 -
CMYK 0.43 1 0 0.25
HSL 274.24º 1% 0.37% -
HSV(B) 274.24º 1% 0.75% -
XYZ 15.71 7.01 49.82 -
YUV 54.37 205.11 166.97 -
System Red Green Blue C M Y K H S L
Decimal 109 0 191 0.43 1 0 0.25 274.24 1 0.37
Hex 6D 0 BF 2B 64 0 19 112 64 25
Octal 155 0 277 53 144 0 31 422 144 45
Binary 1101101 0 10111111 101011 1100100 0 11001 100010010 1100100 100101

Color Harmonies of #6D00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D00BF

Black with #6D00BF

Text Example


Text Example

White with #6D00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,191); }

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

background-color css

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

 a { background-color: rgb(109,0,191); }

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

border-color css

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

 span { border-color: rgb(109,0,191); }

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