#6C3BF0

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

Shades of Blue Violet #6C3BF0

Tints of Blue Violet #6C3BF0

Color information

#6C3BF0 (or 0x6C3BF0) is unknown color: approx Blue Violet. HEX triplet: 6C, 3B and F0. RGB value is (108,59,240). Sum of RGB (Red+Green+Blue) = 108+59+240=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #6C3BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3BF0 is #93C40F. Grayscale: #5D5D5D. Windows color (decimal): -9683984 or 15743852. OLE color: 15743852.

HSL color Cylindrical-coordinate representation of color #6C3BF0: hue angle of 256.24º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C3BF0 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10859240-
CMYK0.550.7500.06
HSL256.24º85.78%58.63%-
HSV(B)256.24º75.42%94.12%-
XYZ23.4812.6183.63-
YUV94.28210.23137.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 240 (94.14% from 255) = 58.97%
R=26.54%
G=14.50%
B=58.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal108592400.550.7500.06256.2485.7858.63
Hex6C3BF0374B06100563b
Octal15473360671130640012673
Binary110110011101111110000110111100101101101000000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,59,240); }

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

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

 a { background-color: rgb(108,59,240); }

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

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

 span { border-color: rgb(108,59,240); }

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