#6A268E

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

Shades of Vivid Violet #6A268E

Tints of Vivid Violet #6A268E

Color information

#6A268E (or 0x6A268E) is unknown color: approx Vivid Violet. HEX triplet: 6A, 26 and 8E. RGB value is (106,38,142). Sum of RGB (Red+Green+Blue) = 106+38+142=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A268E is #95D971. Grayscale: #454545. Windows color (decimal): -9820530 or 9315946. OLE color: 9315946.

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

Color convert

RGB10638142-
CMYK0.250.7300.44
HSL279.23º57.78%35.29%-
HSV(B)279.23º73.24%55.69%-
XYZ11.526.426.22-
YUV70.19168.53153.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=37.06%
G=13.29%
B=49.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106381420.250.7300.44279.2357.7835.29
Hex6A268E194902C1173a23
Octal15246216311110544277243
Binary1101010100110100011101100110010010101100100010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,38,142); }

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

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

 a { background-color: rgb(106,38,142); }

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

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

 span { border-color: rgb(106,38,142); }

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