#6C268F

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

Shades of Vivid Violet #6C268F

Tints of Vivid Violet #6C268F

Color information

#6C268F (or 0x6C268F) is unknown color: approx Vivid Violet. HEX triplet: 6C, 26 and 8F. RGB value is (108,38,143). Sum of RGB (Red+Green+Blue) = 108+38+143=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C268F is #93D970. Grayscale: #464646. Windows color (decimal): -9689457 or 9381484. OLE color: 9381484.

HSL color Cylindrical-coordinate representation of color #6C268F: hue angle of 280º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C268F is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10838143-
CMYK0.240.7300.44
HSL280º58.01%35.49%-
HSV(B)280º73.43%56.08%-
XYZ11.846.5626.63-
YUV70.9168.69154.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=37.37%
G=13.15%
B=49.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108381430.240.7300.4428058.0135.49
Hex6C268F184902C1183a23
Octal15446217301110544307243
Binary1101100100110100011111100010010010101100100011000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,143); }

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

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

 a { background-color: rgb(108,38,143); }

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

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

 span { border-color: rgb(108,38,143); }

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