#6C498F

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

Shades of Studio #6C498F

Tints of Studio #6C498F

Color information

#6C498F (or 0x6C498F) is unknown color: approx Studio. HEX triplet: 6C, 49 and 8F. RGB value is (108,73,143). Sum of RGB (Red+Green+Blue) = 108+73+143=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C498F is #93B670. Grayscale: #5B5B5B. Windows color (decimal): -9680497 or 9390444. OLE color: 9390444.

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

Color convert

RGB10873143-
CMYK0.240.4900.44
HSL270º32.41%42.35%-
HSV(B)270º48.95%56.08%-
XYZ13.529.9427.19-
YUV91.44157.1139.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=33.33%
G=22.53%
B=44.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108731430.240.4900.4427032.4142.35
Hex6C498F183102C10e202a
Octal15411121730610544164052
Binary1101100100100110001111110001100010101100100001110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,73,143); }

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

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

 a { background-color: rgb(108,73,143); }

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

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

 span { border-color: rgb(108,73,143); }

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