#694A9F

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

Shades of Studio #694A9F

Tints of Studio #694A9F

Color information

#694A9F (or 0x694A9F) is unknown color: approx Studio. HEX triplet: 69, 4A and 9F. RGB value is (105,74,159). Sum of RGB (Red+Green+Blue) = 105+74+159=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #694A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694A9F is #96B560. Grayscale: #5C5C5C. Windows color (decimal): -9876833 or 10439273. OLE color: 10439273.

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

Color convert

RGB10574159-
CMYK0.340.5300.38
HSL261.88º36.48%45.69%-
HSV(B)261.88º53.46%62.35%-
XYZ14.5310.434.04-
YUV92.96165.27136.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=31.07%
G=21.89%
B=47.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105741590.340.5300.38261.8836.4845.69
Hex694A9F2235026106242e
Octal15111223742650464064456
Binary11010011001010100111111000101101010100110100000110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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