#606866

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

Shades of William #606866

Tints of William #606866

Color information

#606866 (or 0x606866) is unknown color: approx William. HEX triplet: 60, 68 and 66. RGB value is (96,104,102). Sum of RGB (Red+Green+Blue) = 96+104+102=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 104 - color contains mainly: green. Hex color #606866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606866 is #9F9799. Grayscale: #656565. Windows color (decimal): -10459034 or 6711392. OLE color: 6711392.

HSL color Cylindrical-coordinate representation of color #606866: hue angle of 165º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606866 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB96104102-
CMYK0.0800.020.59
HSL165º4%39.22%-
HSV(B)165º7.69%40.78%-
XYZ12.1713.3514.5-
YUV101.38128.35124.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=31.79%
G=34.44%
B=33.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961041020.0800.020.59165439.22
Hex6068668023Ba5427
Octal140150146100273245447
Binary110000011010001100110100001011101110100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606866; }

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

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

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

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

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

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

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

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