#6f4b94

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

Shades of Studio #6F4B94

Tints of Studio #6F4B94

Color information

#6F4B94 (or 0x6F4B94) is unknown color: approx Studio. HEX triplet: 6F, 4B and 94. RGB value is (111,75,148). Sum of RGB (Red+Green+Blue) = 111+75+148=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F4B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4B94 is #90B46B. Grayscale: #5D5D5D. Windows color (decimal): -9483372 or 9718639. OLE color: 9718639.

HSL color Cylindrical-coordinate representation of color #6F4B94: hue angle of 269.59º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F4B94 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11175148-
CMYK0.250.4900.42
HSL269.59º32.74%43.73%-
HSV(B)269.59º49.32%58.04%-
XYZ14.4210.5529.29-
YUV94.09158.43140.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.23%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=33.23%
G=22.46%
B=44.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111751480.250.4900.42269.5932.7443.73
Hex6F4B94193102A10e212c
Octal15711322431610524164154
Binary1101111100101110010100110011100010101010100001110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f4b94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,75,148); }

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

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

 a { background-color: rgb(111,75,148); }

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

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

 span { border-color: rgb(111,75,148); }

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