#68509D

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

Shades of Studio #68509D

Tints of Studio #68509D

Color information

#68509D (or 0x68509D) is unknown color: approx Studio. HEX triplet: 68, 50 and 9D. RGB value is (104,80,157). Sum of RGB (Red+Green+Blue) = 104+80+157=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #68509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68509D is #97AF62. Grayscale: #5F5F5F. Windows color (decimal): -9940835 or 10309736. OLE color: 10309736.

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

Color convert

RGB10480157-
CMYK0.340.4900.38
HSL258.7º32.49%46.47%-
HSV(B)258.7º49.04%61.57%-
XYZ14.6611.1133.27-
YUV95.95162.45133.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=30.50%
G=23.46%
B=46.04%

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
Decimal104801570.340.4900.38258.732.4946.47
Hex68509D2231026103202e
Octal15012023542610464034056
Binary11010001010000100111011000101100010100110100000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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