Html Css Color HEX #6C00BF Dark Violet

📋 copy color: '#6C00BF'

red 108 ◦ green 0 ◦ blue 191

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

Shades of Dark Violet #6C00BF

Tints of Dark Violet #6C00BF

RGB

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

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

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

R = 36.12%
G = 0%
B = 63.88%

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

#6C00BF (or 0x6C00BF) is known color: Dark Violet. HEX triplet: 6C, 00 and BF. RGB value is (108,0,191). Sum of RGB (Red+Green+Blue) = 108+0+191=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00BF is #93FF40. Grayscale: #353535. Windows color (decimal): -9699137 or 12517484. OLE color: 12517484.

HSL color Cylindrical-coordinate representation of color #6C00BF: hue angle of 273.93º 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 #6C00BF is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 0 191 -
CMYK 0.43 1 0 0.25
HSL 273.93º 1% 0.37% -
HSV(B) 273.93º 1% 0.75% -
XYZ 15.59 6.95 49.81 -
YUV 54.07 205.28 166.47 -
System Red Green Blue C M Y K H S L
Decimal 108 0 191 0.43 1 0 0.25 273.93 1 0.37
Hex 6C 0 BF 2B 64 0 19 112 64 25
Octal 154 0 277 53 144 0 31 422 144 45
Binary 1101100 0 10111111 101011 1100100 0 11001 100010010 1100100 100101

Color Harmonies of #6C00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C00BF

Black with #6C00BF

Text Example


Text Example

White with #6C00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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