#694C9B

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

Shades of Studio #694C9B

Tints of Studio #694C9B

Color information

#694C9B (or 0x694C9B) is unknown color: approx Studio. HEX triplet: 69, 4C and 9B. RGB value is (105,76,155). Sum of RGB (Red+Green+Blue) = 105+76+155=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #694C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694C9B is #96B364. Grayscale: #5D5D5D. Windows color (decimal): -9876325 or 10177641. OLE color: 10177641.

HSL color Cylindrical-coordinate representation of color #694C9B: hue angle of 262.03º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694C9B is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10576155-
CMYK0.320.5100.39
HSL262.03º34.2%45.29%-
HSV(B)262.03º50.97%60.78%-
XYZ14.3310.5432.29-
YUV93.68162.61136.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=31.25%
G=22.62%
B=46.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105761550.320.5100.39262.0334.245.29
Hex694C9B2033027106222d
Octal15111423340630474064255
Binary11010011001100100110111000001100110100111100000110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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