#6C509A

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

Shades of Studio #6C509A

Tints of Studio #6C509A

Color information

#6C509A (or 0x6C509A) is unknown color: approx Studio. HEX triplet: 6C, 50 and 9A. RGB value is (108,80,154). Sum of RGB (Red+Green+Blue) = 108+80+154=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C509A is #93AF65. Grayscale: #606060. Windows color (decimal): -9678694 or 10113132. OLE color: 10113132.

HSL color Cylindrical-coordinate representation of color #6C509A: hue angle of 262.7º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C509A is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10880154-
CMYK0.300.4800.40
HSL262.7º31.62%45.88%-
HSV(B)262.7º48.05%60.39%-
XYZ14.8911.2631.96-
YUV96.81160.28135.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.58%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=31.58%
G=23.39%
B=45.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108801540.300.4800.40262.731.6245.88
Hex6C509A1E30028107202e
Octal15412023236600504074056
Binary1101100101000010011010111101100000101000100000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,154); }

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

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

 a { background-color: rgb(108,80,154); }

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

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

 span { border-color: rgb(108,80,154); }

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