#6C479F

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

Shades of Studio #6C479F

Tints of Studio #6C479F

Color information

#6C479F (or 0x6C479F) is unknown color: approx Studio. HEX triplet: 6C, 47 and 9F. RGB value is (108,71,159). Sum of RGB (Red+Green+Blue) = 108+71+159=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 71 (28.12% from 255 or 21.01% 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 #6C479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C479F is #93B860. Grayscale: #5B5B5B. Windows color (decimal): -9680993 or 10438508. OLE color: 10438508.

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

Color convert

RGB10871159-
CMYK0.320.5500.38
HSL265.23º38.26%45.1%-
HSV(B)265.23º55.35%62.35%-
XYZ14.710.233.99-
YUV92.1165.76139.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=31.95%
G=21.01%
B=47.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108711590.320.5500.38265.2338.2645.1
Hex6C479F2037026109262d
Octal15410723740670464114655
Binary11011001000111100111111000001101110100110100001001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,159); }

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

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

 a { background-color: rgb(108,71,159); }

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

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

 span { border-color: rgb(108,71,159); }

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