#68509F

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

Shades of Studio #68509F

Tints of Studio #68509F

Color information

#68509F (or 0x68509F) is unknown color: approx Studio. HEX triplet: 68, 50 and 9F. RGB value is (104,80,159). Sum of RGB (Red+Green+Blue) = 104+80+159=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #68509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68509F is #97AF60. Grayscale: #5F5F5F. Windows color (decimal): -9940833 or 10440808. OLE color: 10440808.

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

Color convert

RGB10480159-
CMYK0.350.5000.38
HSL258.23º33.05%46.86%-
HSV(B)258.23º49.69%62.35%-
XYZ14.8411.1834.18-
YUV96.18163.45133.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=30.32%
G=23.32%
B=46.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104801590.350.5000.38258.2333.0546.86
Hex68509F2332026102212f
Octal15012023743620464024157
Binary11010001010000100111111000111100100100110100000010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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