#68519F

Color #68519F Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #68519F

Tints of Studio #68519F

Color information

#68519F (or 0x68519F) is unknown color: approx Studio. HEX triplet: 68, 51 and 9F. RGB value is (104,81,159). Sum of RGB (Red+Green+Blue) = 104+81+159=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #68519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68519F is #97AE60. Grayscale: #606060. Windows color (decimal): -9940577 or 10441064. OLE color: 10441064.

HSL color Cylindrical-coordinate representation of color #68519F: hue angle of 257.69º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68519F is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10481159-
CMYK0.350.4900.38
HSL257.69º32.5%47.06%-
HSV(B)257.69º49.06%62.35%-
XYZ14.9111.3334.2-
YUV96.77163.12133.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=30.23%
G=23.55%
B=46.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104811590.350.4900.38257.6932.547.06
Hex68519F2331026102202f
Octal15012123743610464024057
Binary11010001010001100111111000111100010100110100000010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68519F; }

 p { color: rgb(104,81,159); }

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

<style>
 a { background-color: #68519F; }

 a { background-color: rgb(104,81,159); }

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

<style>
 span { border-color: #68519F; }

 span { border-color: rgb(104,81,159); }

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