#684F9E

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

Shades of Studio #684F9E

Tints of Studio #684F9E

Color information

#684F9E (or 0x684F9E) is unknown color: approx Studio. HEX triplet: 68, 4F and 9E. RGB value is (104,79,158). Sum of RGB (Red+Green+Blue) = 104+79+158=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #684F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F9E is #97B061. Grayscale: #5F5F5F. Windows color (decimal): -9941090 or 10375016. OLE color: 10375016.

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

Color convert

RGB10479158-
CMYK0.340.5000.38
HSL258.99º33.33%46.47%-
HSV(B)258.99º50%61.96%-
XYZ14.681133.7-
YUV95.48163.28134.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=30.50%
G=23.17%
B=46.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104791580.340.5000.38258.9933.3346.47
Hex684F9E2232026103212e
Octal15011723642620464034156
Binary11010001001111100111101000101100100100110100000011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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