#69529F

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

Shades of Studio #69529F

Tints of Studio #69529F

Color information

#69529F (or 0x69529F) is unknown color: approx Studio. HEX triplet: 69, 52 and 9F. RGB value is (105,82,159). Sum of RGB (Red+Green+Blue) = 105+82+159=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #69529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69529F is #96AD60. Grayscale: #616161. Windows color (decimal): -9874785 or 10441321. OLE color: 10441321.

HSL color Cylindrical-coordinate representation of color #69529F: hue angle of 257.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69529F is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10582159-
CMYK0.340.4800.38
HSL257.92º31.95%47.25%-
HSV(B)257.92º48.43%62.35%-
XYZ15.111.5434.23-
YUV97.66162.62133.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=30.35%
G=23.70%
B=45.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105821590.340.4800.38257.9231.9547.25
Hex69529F2230026102202f
Octal15112223742600464024057
Binary11010011010010100111111000101100000100110100000010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69529F; }

 p { color: rgb(105,82,159); }

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

<style>
 a { background-color: #69529F; }

 a { background-color: rgb(105,82,159); }

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

<style>
 span { border-color: #69529F; }

 span { border-color: rgb(105,82,159); }

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