#694BA5

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

Shades of Studio #694BA5

Tints of Studio #694BA5

Color information

#694BA5 (or 0x694BA5) is unknown color: approx Studio. HEX triplet: 69, 4B and A5. RGB value is (105,75,165). Sum of RGB (Red+Green+Blue) = 105+75+165=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #694BA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694BA5 is #96B45A. Grayscale: #5D5D5D. Windows color (decimal): -9876571 or 10832745. OLE color: 10832745.

HSL color Cylindrical-coordinate representation of color #694BA5: hue angle of 260º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694BA5 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10575165-
CMYK0.360.5500.35
HSL260º37.5%47.06%-
HSV(B)260º54.55%64.71%-
XYZ15.1310.7536.88-
YUV94.23167.94135.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=30.43%
G=21.74%
B=47.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105751650.360.5500.3526037.547.06
Hex694BA52437023104252f
Octal15111324544670434044557
Binary11010011001011101001011001001101110100011100000100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,75,165); }

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

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

 a { background-color: rgb(105,75,165); }

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

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

 span { border-color: rgb(105,75,165); }

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