#6F5092

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

Shades of Studio #6F5092

Tints of Studio #6F5092

Color information

#6F5092 (or 0x6F5092) is unknown color: approx Studio. HEX triplet: 6F, 50 and 92. RGB value is (111,80,146). Sum of RGB (Red+Green+Blue) = 111+80+146=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F5092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5092 is #90AF6D. Grayscale: #606060. Windows color (decimal): -9482094 or 9588847. OLE color: 9588847.

HSL color Cylindrical-coordinate representation of color #6F5092: hue angle of 268.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F5092 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11180146-
CMYK0.240.4500.43
HSL268.18º29.2%44.31%-
HSV(B)268.18º45.21%57.25%-
XYZ14.6111.1928.58-
YUV96.79155.77138.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=32.94%
G=23.74%
B=43.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111801460.240.4500.43268.1829.244.31
Hex6F5092182D02B10c1d2c
Octal15712022230550534143554
Binary110111110100001001001011000101101010101110000110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,146); }

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

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

 a { background-color: rgb(111,80,146); }

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

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

 span { border-color: rgb(111,80,146); }

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