#694EA4

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

Shades of Studio #694EA4

Tints of Studio #694EA4

Color information

#694EA4 (or 0x694EA4) is unknown color: approx Studio. HEX triplet: 69, 4E and A4. RGB value is (105,78,164). Sum of RGB (Red+Green+Blue) = 105+78+164=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #694EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694EA4 is #96B15B. Grayscale: #5F5F5F. Windows color (decimal): -9875804 or 10767977. OLE color: 10767977.

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

Color convert

RGB10578164-
CMYK0.360.5200.36
HSL258.84º35.54%47.45%-
HSV(B)258.84º52.44%64.31%-
XYZ15.2511.1336.47-
YUV95.88166.45134.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=30.26%
G=22.48%
B=47.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105781640.360.5200.36258.8435.5447.45
Hex694EA42434024103242f
Octal15111624444640444034457
Binary11010011001110101001001001001101000100100100000011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,78,164); }

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

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

 a { background-color: rgb(105,78,164); }

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

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

 span { border-color: rgb(105,78,164); }

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