#6C00BB

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

Shades of Dark Violet #6C00BB

Tints of Dark Violet #6C00BB

Color information

#6C00BB (or 0x6C00BB) is unknown color: approx Dark Violet. HEX triplet: 6C, 00 and BB. RGB value is (108,0,187). Sum of RGB (Red+Green+Blue) = 108+0+187=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C00BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00BB is #93FF44. Grayscale: #343434. Windows color (decimal): -9699141 or 12255340. OLE color: 12255340.

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

Color convert

RGB1080187-
CMYK0.42100.27
HSL274.65º100%36.67%-
HSV(B)274.65º100%73.33%-
XYZ15.156.7847.52-
YUV53.61203.28166.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 63.39%
R=36.61%
G=0%
B=63.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10801870.42100.27274.6510036.67
Hex6C0BB2A6401B1136425
Octal15402735214403342314445
Binary110110001011101110101011001000110111000100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C00BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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