#694B96

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

Shades of Studio #694B96

Tints of Studio #694B96

Color information

#694B96 (or 0x694B96) is unknown color: approx Studio. HEX triplet: 69, 4B and 96. RGB value is (105,75,150). Sum of RGB (Red+Green+Blue) = 105+75+150=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #694B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B96 is #96B469. Grayscale: #5C5C5C. Windows color (decimal): -9876586 or 9849705. OLE color: 9849705.

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

Color convert

RGB10575150-
CMYK0.300.500.41
HSL264º33.33%44.12%-
HSV(B)264º50%58.82%-
XYZ13.8510.2430.1-
YUV92.52160.44136.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=31.82%
G=22.73%
B=45.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105751500.300.500.4126433.3344.12
Hex694B961E32029108212c
Octal15111322636620514104154
Binary1101001100101110010110111101100100101001100001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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