#606268

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

Shades of Bright Grey #606268

Tints of Bright Grey #606268

Color information

#606268 (or 0x606268) is unknown color: approx Bright Grey. HEX triplet: 60, 62 and 68. RGB value is (96,98,104). Sum of RGB (Red+Green+Blue) = 96+98+104=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: blue. Hex color #606268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606268 is #9F9D97. Grayscale: #626262. Windows color (decimal): -10460568 or 6840928. OLE color: 6840928.

HSL color Cylindrical-coordinate representation of color #606268: hue angle of 225º 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 #606268 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9698104-
CMYK0.080.0600.59
HSL225º4%39.22%-
HSV(B)225º7.69%40.78%-
XYZ11.6912.2214.84-
YUV98.09131.34126.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=32.21%
G=32.89%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96981040.080.0600.59225439.22
Hex6062688603Be1427
Octal140142150106073341447
Binary1100000110001011010001000110011101111100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606268; }

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

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

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

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

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

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

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

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