#684F9F

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

Shades of Studio #684F9F

Tints of Studio #684F9F

Color information

#684F9F (or 0x684F9F) is unknown color: approx Studio. HEX triplet: 68, 4F and 9F. RGB value is (104,79,159). Sum of RGB (Red+Green+Blue) = 104+79+159=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #684F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F9F is #97B060. Grayscale: #5F5F5F. Windows color (decimal): -9941089 or 10440552. OLE color: 10440552.

HSL color Cylindrical-coordinate representation of color #684F9F: hue angle of 258.75º degrees, saturation: 0.34, 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 #684F9F is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10479159-
CMYK0.350.5000.38
HSL258.75º33.61%46.67%-
HSV(B)258.75º50.31%62.35%-
XYZ14.7611.0434.15-
YUV95.6163.78134-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=30.41%
G=23.10%
B=46.49%

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
Decimal104791590.350.5000.38258.7533.6146.67
Hex684F9F2332026103222f
Octal15011723743620464034257
Binary11010001001111100111111000111100100100110100000011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684F9F; }

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

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

<style>
 a { background-color: #684F9F; }

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

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

<style>
 span { border-color: #684F9F; }

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

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