#694CA3

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

Shades of Studio #694CA3

Tints of Studio #694CA3

Color information

#694CA3 (or 0x694CA3) is unknown color: approx Studio. HEX triplet: 69, 4C and A3. RGB value is (105,76,163). Sum of RGB (Red+Green+Blue) = 105+76+163=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 163 - color contains mainly: blue. Hex color #694CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694CA3 is #96B35C. Grayscale: #5E5E5E. Windows color (decimal): -9876317 or 10701929. OLE color: 10701929.

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

Color convert

RGB10576163-
CMYK0.360.5300.36
HSL260º36.4%46.86%-
HSV(B)260º53.37%63.92%-
XYZ15.0210.8235.95-
YUV94.59166.61135.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 163 (64.06% from 255) = 47.38%
R=30.52%
G=22.09%
B=47.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105761630.360.5300.3626036.446.86
Hex694CA32435024104242f
Octal15111424344650444044457
Binary11010011001100101000111001001101010100100100000100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,76,163); }

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

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

 a { background-color: rgb(105,76,163); }

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

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

 span { border-color: rgb(105,76,163); }

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