#664C9B

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

Shades of Studio #664C9B

Tints of Studio #664C9B

Color information

#664C9B (or 0x664C9B) is unknown color: approx Studio. HEX triplet: 66, 4C and 9B. RGB value is (102,76,155). Sum of RGB (Red+Green+Blue) = 102+76+155=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #664C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664C9B is #99B364. Grayscale: #5C5C5C. Windows color (decimal): -10072933 or 10177638. OLE color: 10177638.

HSL color Cylindrical-coordinate representation of color #664C9B: hue angle of 259.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664C9B is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10276155-
CMYK0.340.5100.39
HSL259.75º34.2%45.29%-
HSV(B)259.75º50.97%60.78%-
XYZ13.9810.3632.27-
YUV92.78163.11134.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=30.63%
G=22.82%
B=46.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102761550.340.5100.39259.7534.245.29
Hex664C9B2233027104222d
Octal14611423342630474044255
Binary11001101001100100110111000101100110100111100000100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664C9B; }

 p { color: rgb(102,76,155); }

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

<style>
 a { background-color: #664C9B; }

 a { background-color: rgb(102,76,155); }

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

<style>
 span { border-color: #664C9B; }

 span { border-color: rgb(102,76,155); }

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