#66509F

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

Shades of Studio #66509F

Tints of Studio #66509F

Color information

#66509F (or 0x66509F) is unknown color: approx Studio. HEX triplet: 66, 50 and 9F. RGB value is (102,80,159). Sum of RGB (Red+Green+Blue) = 102+80+159=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #66509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66509F is #99AF60. Grayscale: #5F5F5F. Windows color (decimal): -10071905 or 10440806. OLE color: 10440806.

HSL color Cylindrical-coordinate representation of color #66509F: hue angle of 256.71º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66509F is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10280159-
CMYK0.360.5000.38
HSL256.71º33.05%46.86%-
HSV(B)256.71º49.69%62.35%-
XYZ14.6111.0734.17-
YUV95.58163.79132.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=29.91%
G=23.46%
B=46.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102801590.360.5000.38256.7133.0546.86
Hex66509F2432026101212f
Octal14612023744620464014157
Binary11001101010000100111111001001100100100110100000001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66509F; }

 p { color: rgb(102,80,159); }

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

<style>
 a { background-color: #66509F; }

 a { background-color: rgb(102,80,159); }

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

<style>
 span { border-color: #66509F; }

 span { border-color: rgb(102,80,159); }

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