#6F529C

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

Shades of Studio #6F529C

Tints of Studio #6F529C

Color information

#6F529C (or 0x6F529C) is unknown color: approx Studio. HEX triplet: 6F, 52 and 9C. RGB value is (111,82,156). Sum of RGB (Red+Green+Blue) = 111+82+156=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F529C is #90AD63. Grayscale: #626262. Windows color (decimal): -9481572 or 10244719. OLE color: 10244719.

HSL color Cylindrical-coordinate representation of color #6F529C: hue angle of 263.51º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F529C is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11182156-
CMYK0.290.4700.39
HSL263.51º31.09%46.67%-
HSV(B)263.51º47.44%61.18%-
XYZ15.5711.8132.91-
YUV99.11160.11136.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=31.81%
G=23.50%
B=44.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111821560.290.4700.39263.5131.0946.67
Hex6F529C1D2F0271081f2f
Octal15712223435570474103757
Binary110111110100101001110011101101111010011110000100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F529C; }

 p { color: rgb(111,82,156); }

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

<style>
 a { background-color: #6F529C; }

 a { background-color: rgb(111,82,156); }

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

<style>
 span { border-color: #6F529C; }

 span { border-color: rgb(111,82,156); }

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