#6D469F

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

Shades of Studio #6D469F

Tints of Studio #6D469F

Color information

#6D469F (or 0x6D469F) is unknown color: approx Studio. HEX triplet: 6D, 46 and 9F. RGB value is (109,70,159). Sum of RGB (Red+Green+Blue) = 109+70+159=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D469F is #92B960. Grayscale: #5B5B5B. Windows color (decimal): -9615713 or 10438253. OLE color: 10438253.

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

Color convert

RGB10970159-
CMYK0.310.5600.38
HSL266.29º38.86%44.9%-
HSV(B)266.29º55.97%62.35%-
XYZ14.7510.1333.98-
YUV91.81165.92140.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.25%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=32.25%
G=20.71%
B=47.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109701590.310.5600.38266.2938.8644.9
Hex6D469F1F3802610a272d
Octal15510623737700464124755
Binary1101101100011010011111111111110000100110100001010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,70,159); }

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

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

 a { background-color: rgb(109,70,159); }

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

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

 span { border-color: rgb(109,70,159); }

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