#6A509C

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

Shades of Studio #6A509C

Tints of Studio #6A509C

Color information

#6A509C (or 0x6A509C) is unknown color: approx Studio. HEX triplet: 6A, 50 and 9C. RGB value is (106,80,156). Sum of RGB (Red+Green+Blue) = 106+80+156=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A509C is #95AF63. Grayscale: #606060. Windows color (decimal): -9809764 or 10244202. OLE color: 10244202.

HSL color Cylindrical-coordinate representation of color #6A509C: hue angle of 260.53º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A509C is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10680156-
CMYK0.320.4900.39
HSL260.53º32.2%46.27%-
HSV(B)260.53º48.72%61.18%-
XYZ14.8111.232.83-
YUV96.44161.61134.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=30.99%
G=23.39%
B=45.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106801560.320.4900.39260.5332.246.27
Hex6A509C2031027105202e
Octal15212023440610474054056
Binary11010101010000100111001000001100010100111100000101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,80,156); }

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

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

 a { background-color: rgb(106,80,156); }

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

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

 span { border-color: rgb(106,80,156); }

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