#694AAA

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

Shades of Studio #694AAA

Tints of Studio #694AAA

Color information

#694AAA (or 0x694AAA) is unknown color: approx Studio. HEX triplet: 69, 4A and AA. RGB value is (105,74,170). Sum of RGB (Red+Green+Blue) = 105+74+170=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #694AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694AAA is #96B555. Grayscale: #5D5D5D. Windows color (decimal): -9876822 or 11160169. OLE color: 11160169.

HSL color Cylindrical-coordinate representation of color #694AAA: hue angle of 259.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694AAA is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10574170-
CMYK0.380.5600.33
HSL259.38º39.34%47.84%-
HSV(B)259.38º56.47%66.67%-
XYZ15.5310.839.3-
YUV94.21170.77135.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=30.09%
G=21.20%
B=48.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105741700.380.5600.33259.3839.3447.84
Hex694AAA26380211032730
Octal15111225246700414034760
Binary11010011001010101010101001101110000100001100000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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