#6C509E

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

Shades of Studio #6C509E

Tints of Studio #6C509E

Color information

#6C509E (or 0x6C509E) is unknown color: approx Studio. HEX triplet: 6C, 50 and 9E. RGB value is (108,80,158). Sum of RGB (Red+Green+Blue) = 108+80+158=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C509E is #93AF61. Grayscale: #606060. Windows color (decimal): -9678690 or 10375276. OLE color: 10375276.

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

Color convert

RGB10880158-
CMYK0.320.4900.38
HSL261.54º32.77%46.67%-
HSV(B)261.54º49.37%61.96%-
XYZ15.2211.3933.74-
YUV97.26162.28135.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=31.21%
G=23.12%
B=45.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108801580.320.4900.38261.5432.7746.67
Hex6C509E2031026106212f
Octal15412023640610464064157
Binary11011001010000100111101000001100010100110100000110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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