#6F4893

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

Shades of Studio #6F4893

Tints of Studio #6F4893

Color information

#6F4893 (or 0x6F4893) is unknown color: approx Studio. HEX triplet: 6F, 48 and 93. RGB value is (111,72,147). Sum of RGB (Red+Green+Blue) = 111+72+147=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F4893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4893 is #90B76C. Grayscale: #5B5B5B. Windows color (decimal): -9484141 or 9652335. OLE color: 9652335.

HSL color Cylindrical-coordinate representation of color #6F4893: hue angle of 271.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F4893 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11172147-
CMYK0.240.5100.42
HSL271.2º34.25%42.94%-
HSV(B)271.2º51.02%57.65%-
XYZ14.1410.1228.81-
YUV92.21158.92141.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=33.64%
G=21.82%
B=44.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111721470.240.5100.42271.234.2542.94
Hex6F4893183302A10f222b
Octal15711022330630524174253
Binary1101111100100010010011110001100110101010100001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,147); }

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

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

 a { background-color: rgb(111,72,147); }

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

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

 span { border-color: rgb(111,72,147); }

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