#6B00BE

Color #6B00BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #6B00BE

Tints of Dark Violet #6B00BE

Color information

#6B00BE (or 0x6B00BE) is unknown color: approx Dark Violet. HEX triplet: 6B, 00 and BE. RGB value is (107,0,190). Sum of RGB (Red+Green+Blue) = 107+0+190=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B00BE is #94FF41. Grayscale: #353535. Windows color (decimal): -9764674 or 12451947. OLE color: 12451947.

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

Color convert

RGB1070190-
CMYK0.44100.25
HSL273.79º100%37.25%-
HSV(B)273.79º100%74.51%-
XYZ15.366.8449.23-
YUV53.65204.95166.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 63.97%
R=36.03%
G=0%
B=63.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10701900.44100.25273.7910037.25
Hex6B0BE2C640191126425
Octal15302765414403142214445
Binary110101101011111010110011001000110011000100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B00BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,190); }

 H1.HeaderClassName
 {
   color: #6B00BE;
 }
 .AnyTagClassName
 {
   color: #6B00BE;
 }
</style>
background-color css

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

 a { background-color: rgb(107,0,190); }

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

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

 span { border-color: rgb(107,0,190); }

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