#606664

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

Shades of William #606664

Tints of William #606664

Color information

#606664 (or 0x606664) is unknown color: approx William. HEX triplet: 60, 66 and 64. RGB value is (96,102,100). Sum of RGB (Red+Green+Blue) = 96+102+100=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 102 - color contains mainly: green. Hex color #606664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606664 is #9F999B. Grayscale: #636363. Windows color (decimal): -10459548 or 6579808. OLE color: 6579808.

HSL color Cylindrical-coordinate representation of color #606664: hue angle of 160º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #606664 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB96102100-
CMYK0.0600.020.6
HSL160º3.03%38.82%-
HSV(B)160º5.88%40%-
XYZ11.8812.9113.92-
YUV99.98128.01125.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=32.21%
G=34.23%
B=33.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal961021000.0600.020.61603.0338.82
Hex6066646023Ca0327
Octal14014614460274240347
Binary1100000110011011001001100101111001010000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606664; }

 p { color: rgb(96,102,100); }

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

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

 a { background-color: rgb(96,102,100); }

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

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

 span { border-color: rgb(96,102,100); }

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