#6F5399

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

Shades of Studio #6F5399

Tints of Studio #6F5399

Color information

#6F5399 (or 0x6F5399) is unknown color: approx Studio. HEX triplet: 6F, 53 and 99. RGB value is (111,83,153). Sum of RGB (Red+Green+Blue) = 111+83+153=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F5399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5399 is #90AC66. Grayscale: #636363. Windows color (decimal): -9481319 or 10048367. OLE color: 10048367.

HSL color Cylindrical-coordinate representation of color #6F5399: hue angle of 264º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5399 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11183153-
CMYK0.270.4600.4
HSL264º29.66%46.27%-
HSV(B)264º45.75%60%-
XYZ15.411.8731.62-
YUV99.35158.28136.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=31.99%
G=23.92%
B=44.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111831530.270.4600.426429.6646.27
Hex6F53991B2E0281081e2e
Octal15712323133560504103656
Binary110111110100111001100111011101110010100010000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,153); }

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

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

 a { background-color: rgb(111,83,153); }

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

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

 span { border-color: rgb(111,83,153); }

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