#694A93

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

Shades of Studio #694A93

Tints of Studio #694A93

Color information

#694A93 (or 0x694A93) is unknown color: approx Studio. HEX triplet: 69, 4A and 93. RGB value is (105,74,147). Sum of RGB (Red+Green+Blue) = 105+74+147=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #694A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694A93 is #96B56C. Grayscale: #5B5B5B. Windows color (decimal): -9876845 or 9652841. OLE color: 9652841.

HSL color Cylindrical-coordinate representation of color #694A93: hue angle of 265.48º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694A93 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10574147-
CMYK0.290.5000.42
HSL265.48º33.03%43.33%-
HSV(B)265.48º49.66%57.65%-
XYZ13.5410.0128.82-
YUV91.59159.27137.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=32.21%
G=22.70%
B=45.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105741470.290.5000.42265.4833.0343.33
Hex694A931D3202A109212b
Octal15111222335620524114153
Binary1101001100101010010011111011100100101010100001001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694A93; }

 p { color: rgb(105,74,147); }

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

<style>
 a { background-color: #694A93; }

 a { background-color: rgb(105,74,147); }

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

<style>
 span { border-color: #694A93; }

 span { border-color: rgb(105,74,147); }

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