#694B95

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

Shades of Studio #694B95

Tints of Studio #694B95

Color information

#694B95 (or 0x694B95) is unknown color: approx Studio. HEX triplet: 69, 4B and 95. RGB value is (105,75,149). Sum of RGB (Red+Green+Blue) = 105+75+149=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #694B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B95 is #96B46A. Grayscale: #5C5C5C. Windows color (decimal): -9876587 or 9784169. OLE color: 9784169.

HSL color Cylindrical-coordinate representation of color #694B95: hue angle of 264.32º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694B95 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10575149-
CMYK0.300.5000.42
HSL264.32º33.04%43.92%-
HSV(B)264.32º49.66%58.43%-
XYZ13.7710.2129.68-
YUV92.41159.94136.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=31.91%
G=22.80%
B=45.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105751490.300.5000.42264.3233.0443.92
Hex694B951E3202A108212c
Octal15111322536620524104154
Binary1101001100101110010101111101100100101010100001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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