#6C00BE

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

Shades of Dark Violet #6C00BE

Tints of Dark Violet #6C00BE

Color information

#6C00BE (or 0x6C00BE) is unknown color: approx Dark Violet. HEX triplet: 6C, 00 and BE. RGB value is (108,0,190). Sum of RGB (Red+Green+Blue) = 108+0+190=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00BE is #93FF41. Grayscale: #353535. Windows color (decimal): -9699138 or 12451948. OLE color: 12451948.

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

Color convert

RGB1080190-
CMYK0.43100.25
HSL274.11º100%37.25%-
HSV(B)274.11º100%74.51%-
XYZ15.486.9149.23-
YUV53.95204.78166.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 63.76%
R=36.24%
G=0%
B=63.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10801900.43100.25274.1110037.25
Hex6C0BE2B640191126425
Octal15402765314403142214445
Binary110110001011111010101111001000110011000100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C00BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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