#6F4DA5

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

Shades of Studio #6F4DA5

Tints of Studio #6F4DA5

Color information

#6F4DA5 (or 0x6F4DA5) is unknown color: approx Studio. HEX triplet: 6F, 4D and A5. RGB value is (111,77,165). Sum of RGB (Red+Green+Blue) = 111+77+165=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F4DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4DA5 is #90B25A. Grayscale: #606060. Windows color (decimal): -9482843 or 10833263. OLE color: 10833263.

HSL color Cylindrical-coordinate representation of color #6F4DA5: hue angle of 263.18º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F4DA5 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11177165-
CMYK0.330.5300.35
HSL263.18º36.36%47.45%-
HSV(B)263.18º53.33%64.71%-
XYZ1611.436.96-
YUV97.2166.26137.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 165 (64.84% from 255) = 46.74%
R=31.44%
G=21.81%
B=46.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111771650.330.5300.35263.1836.3647.45
Hex6F4DA52135023107242f
Octal15711524541650434074457
Binary11011111001101101001011000011101010100011100000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,77,165); }

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

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

 a { background-color: rgb(111,77,165); }

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

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

 span { border-color: rgb(111,77,165); }

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