#694DAA

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

Shades of Studio #694DAA

Tints of Studio #694DAA

Color information

#694DAA (or 0x694DAA) is unknown color: approx Studio. HEX triplet: 69, 4D and AA. RGB value is (105,77,170). Sum of RGB (Red+Green+Blue) = 105+77+170=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #694DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694DAA is #96B255. Grayscale: #5F5F5F. Windows color (decimal): -9876054 or 11160937. OLE color: 11160937.

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

Color convert

RGB10577170-
CMYK0.380.5500.33
HSL258.06º37.65%48.43%-
HSV(B)258.06º54.71%66.67%-
XYZ15.7411.2139.37-
YUV95.97169.78134.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=29.83%
G=21.88%
B=48.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105771700.380.5500.33258.0637.6548.43
Hex694DAA26370211022630
Octal15111525246670414024660
Binary11010011001101101010101001101101110100001100000010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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