#694AAD

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

Shades of Studio #694AAD

Tints of Studio #694AAD

Color information

#694AAD (or 0x694AAD) is unknown color: approx Studio. HEX triplet: 69, 4A and AD. RGB value is (105,74,173). Sum of RGB (Red+Green+Blue) = 105+74+173=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #694AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694AAD is #96B552. Grayscale: #5E5E5E. Windows color (decimal): -9876819 or 11356777. OLE color: 11356777.

HSL color Cylindrical-coordinate representation of color #694AAD: hue angle of 258.79º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694AAD is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10574173-
CMYK0.390.5700.32
HSL258.79º40.08%48.43%-
HSV(B)258.79º57.23%67.84%-
XYZ15.8210.9240.81-
YUV94.56172.27135.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=29.83%
G=21.02%
B=49.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105741730.390.5700.32258.7940.0848.43
Hex694AAD27390201032830
Octal15111225547710404035060
Binary11010011001010101011011001111110010100000100000011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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