#68519E

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

Shades of Studio #68519E

Tints of Studio #68519E

Color information

#68519E (or 0x68519E) is unknown color: approx Studio. HEX triplet: 68, 51 and 9E. RGB value is (104,81,158). Sum of RGB (Red+Green+Blue) = 104+81+158=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #68519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68519E is #97AE61. Grayscale: #606060. Windows color (decimal): -9940578 or 10375528. OLE color: 10375528.

HSL color Cylindrical-coordinate representation of color #68519E: hue angle of 257.92º 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 #68519E is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10481158-
CMYK0.340.4900.38
HSL257.92º32.22%46.86%-
HSV(B)257.92º48.73%61.96%-
XYZ14.8211.333.75-
YUV96.66162.62133.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=30.32%
G=23.62%
B=46.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104811580.340.4900.38257.9232.2246.86
Hex68519E2231026102202f
Octal15012123642610464024057
Binary11010001010001100111101000101100010100110100000010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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