#606B68

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

Shades of William #606B68

Tints of William #606B68

Color information

#606B68 (or 0x606B68) is unknown color: approx William. HEX triplet: 60, 6B and 68. RGB value is (96,107,104). Sum of RGB (Red+Green+Blue) = 96+107+104=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 107 - color contains mainly: green. Hex color #606B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B68 is #9F9497. Grayscale: #676767. Windows color (decimal): -10458264 or 6843232. OLE color: 6843232.

HSL color Cylindrical-coordinate representation of color #606B68: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #606B68 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB96107104-
CMYK0.1000.030.58
HSL163.64º5.42%39.8%-
HSV(B)163.64º10.28%41.96%-
XYZ12.581415.14-
YUV103.37128.36122.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=31.27%
G=34.85%
B=33.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961071040.1000.030.58163.645.4239.8
Hex606B68A033Aa4528
Octal140153150120372244550
Binary110000011010111101000101001111101010100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606B68; }

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

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

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

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

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

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

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

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