#694B9E

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

Shades of Studio #694B9E

Tints of Studio #694B9E

Color information

#694B9E (or 0x694B9E) is unknown color: approx Studio. HEX triplet: 69, 4B and 9E. RGB value is (105,75,158). Sum of RGB (Red+Green+Blue) = 105+75+158=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #694B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B9E is #96B461. Grayscale: #5D5D5D. Windows color (decimal): -9876578 or 10373993. OLE color: 10373993.

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

Color convert

RGB10575158-
CMYK0.340.5300.38
HSL261.69º35.62%45.69%-
HSV(B)261.69º52.53%61.96%-
XYZ14.5110.533.61-
YUV93.43164.44136.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=31.07%
G=22.19%
B=46.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105751580.340.5300.38261.6935.6245.69
Hex694B9E2235026106242e
Octal15111323642650464064456
Binary11010011001011100111101000101101010100110100000110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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