#69499B

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

Shades of Studio #69499B

Tints of Studio #69499B

Color information

#69499B (or 0x69499B) is unknown color: approx Studio. HEX triplet: 69, 49 and 9B. RGB value is (105,73,155). Sum of RGB (Red+Green+Blue) = 105+73+155=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #69499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69499B is #96B664. Grayscale: #5B5B5B. Windows color (decimal): -9877093 or 10176873. OLE color: 10176873.

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

Color convert

RGB10573155-
CMYK0.320.5300.39
HSL263.41º35.96%44.71%-
HSV(B)263.41º52.9%60.78%-
XYZ14.1210.1332.22-
YUV91.92163.6137.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=31.53%
G=21.92%
B=46.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105731550.320.5300.39263.4135.9644.71
Hex69499B2035027107242d
Octal15111123340650474074455
Binary11010011001001100110111000001101010100111100000111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69499B; }

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

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

<style>
 a { background-color: #69499B; }

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

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

<style>
 span { border-color: #69499B; }

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

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