#6F549E

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

Shades of Studio #6F549E

Tints of Studio #6F549E

Color information

#6F549E (or 0x6F549E) is unknown color: approx Studio. HEX triplet: 6F, 54 and 9E. RGB value is (111,84,158). Sum of RGB (Red+Green+Blue) = 111+84+158=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F549E is #90AB61. Grayscale: #646464. Windows color (decimal): -9481058 or 10376303. OLE color: 10376303.

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

Color convert

RGB11184158-
CMYK0.300.4700.38
HSL261.89º30.58%47.45%-
HSV(B)261.89º46.84%61.96%-
XYZ15.912.1933.86-
YUV100.51160.45135.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=31.44%
G=23.80%
B=44.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111841580.300.4700.38261.8930.5847.45
Hex6F549E1E2F0261061f2f
Octal15712423636570464063757
Binary110111110101001001111011110101111010011010000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,158); }

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

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

 a { background-color: rgb(111,84,158); }

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

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

 span { border-color: rgb(111,84,158); }

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